SendAuthenticationFirebaseSms constructor
const
SendAuthenticationFirebaseSms({
- required String token,
Sends Firebase Authentication SMS to the phone number of the user. Works only when the current authorization state is authorizationStateWaitCode and the server returned code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos
Implementation
const SendAuthenticationFirebaseSms({
required this.token,
});