PhoneNumberAuthenticationSettings constructor
PhoneNumberAuthenticationSettings({})
Implementation
PhoneNumberAuthenticationSettings({
required this.allowFlashCall,
required this.allowMissedCall,
required this.isCurrentPhoneNumber,
required this.hasUnknownPhoneNumber,
required this.allowSmsRetrieverApi,
this.firebaseAuthenticationSettings,
required this.authenticationTokens,
});