AuthModule constructor
AuthModule({
- required PhoneNumberModule phone,
- required String password,
Implementation
AuthModule({
required this.phone,
required this.password,
});