call method

  1. @override
Future<Either<Failure, AuthenticationInfoEntity>> call({
  1. required LoginByPasswordRequest params,
})
override

Implementation

@override
Future<Either<Failure, AuthenticationInfoEntity>> call({
  required LoginByPasswordRequest params,
}) =>
    authenticationRepository.logInByPassword(params);