SignUpController constructor

SignUpController({
  1. required AuthRepository authRepository,
})

Implementation

SignUpController({required this.authRepository});