LoginByPasswordUseCase constructor

LoginByPasswordUseCase({
  1. required AuthenticationRepository authenticationRepository,
})

Implementation

LoginByPasswordUseCase({
  required this.authenticationRepository,
});