AuthenticationCodeTypeSms constructor

const AuthenticationCodeTypeSms({
  1. required int length,
})

An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code

Implementation

const AuthenticationCodeTypeSms({
  required this.length,
});