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