AuthenticationCodeTypeSms constructor

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

An authentication code is delivered via an SMS message to the specified phone number

Implementation

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