GenerateCodeUseCase constructor

GenerateCodeUseCase({
  1. required AuthenticationRepository authenticationRepository,
})

Implementation

GenerateCodeUseCase({
  required this.authenticationRepository,
});