logIn abstract method

Future<AuthUser<T>?> logIn({
  1. String? email,
})

Log in to a service and return authenticated user data

Implementation

Future<AuthUser<T>?> logIn({String? email});