AuthenticationCodeTypeFirebaseAndroid constructor
An authentication code is delivered via Firebase Authentication to the official Android application
Implementation
const AuthenticationCodeTypeFirebaseAndroid({
required this.nonce,
required this.length,
});