signInWithEmail method

Future<User?> signInWithEmail()

Implementation

Future<User?> signInWithEmail() async {
  throw UnimplementedError();
}