SendAuthenticationFirebaseSms constructor

const SendAuthenticationFirebaseSms({
  1. 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,
});