signInWithEmailAndPassword abstract method

Future<Either<AuthFailure, Unit>> signInWithEmailAndPassword({
  1. required Email emailAddress,
  2. required Password password,
})

Implementation

Future<Either<AuthFailure, Unit>> signInWithEmailAndPassword({
  required Email emailAddress,
  required Password password,
});