AuthSentCodeTypeFirebaseSms constructor

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

Auth Sent Code Type Firebase Sms constructor.

Implementation

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