AuthSentCodeTypeFirebaseSms constructor

const AuthSentCodeTypeFirebaseSms({
  1. Uint8List? nonce,
  2. String? receipt,
  3. int? pushTimeout,
  4. required int length,
})

Auth Sent Code Type Firebase Sms constructor.

Implementation

const AuthSentCodeTypeFirebaseSms({
  this.nonce,
  this.receipt,
  this.pushTimeout,
  required this.length,
}) : super._();