LoginUseCase constructor
LoginUseCase(
- AuthRepository _authRepository,
- AuthEventService _authEventsService
Implementation
LoginUseCase(this._authRepository, this._authEventsService);