AuthModule constructor

AuthModule({
  1. required PhoneNumberModule phone,
  2. required String password,
})

Implementation

AuthModule({
  required this.phone,
  required this.password,
});