AuthenticationCodeTypeFirebaseAndroid constructor

AuthenticationCodeTypeFirebaseAndroid({
  1. FirebaseDeviceVerificationParameters? deviceVerificationParameters,
  2. required int length,
})

Implementation

AuthenticationCodeTypeFirebaseAndroid({
  this.deviceVerificationParameters,
  required this.length,
});