CheckCodeUseCase constructor

CheckCodeUseCase({
  1. required AuthenticationRepository authenticationRepository,
})

Implementation

CheckCodeUseCase({
  required this.authenticationRepository,
});