AuthenticationCodeTypeFirebaseIos constructor
AuthenticationCodeTypeFirebaseIos({})
Implementation
AuthenticationCodeTypeFirebaseIos({
required this.receipt,
required this.pushTimeout,
required this.length,
});