PhoneNumberAuthenticationSettings constructor
const
PhoneNumberAuthenticationSettings({})
Contains settings for the authentication of the user's phone number
Implementation
const PhoneNumberAuthenticationSettings({
required this.allowFlashCall,
required this.allowMissedCall,
required this.isCurrentPhoneNumber,
required this.allowSmsRetrieverApi,
this.firebaseAuthenticationSettings,
required this.authenticationTokens,
});