loginWithCredentials abstract method

Future<Either<Failure, AuthenticationData>> loginWithCredentials(
  1. String username,
  2. String password
)
inherited

Implementation

Future<Either<Failure, AuthenticationData>> loginWithCredentials(String username, String password);