AuthenticationCodeTypeFirebaseAndroid constructor
AuthenticationCodeTypeFirebaseAndroid({
- FirebaseDeviceVerificationParameters? deviceVerificationParameters,
- required int length,
Implementation
AuthenticationCodeTypeFirebaseAndroid({
this.deviceVerificationParameters,
required this.length,
});