AuthController constructor

AuthController({
  1. required AuthRepo authRepo,
})

Implementation

AuthController({required this.authRepo});