AuthenticationCodeInfo constructor
const
AuthenticationCodeInfo({
- required String phoneNumber,
- required AuthenticationCodeType type,
- AuthenticationCodeType? nextType,
- required int timeout,
- dynamic extra,
- int? clientId,
Information about the authentication code that was sent
Implementation
const AuthenticationCodeInfo({
required this.phoneNumber,
required this.type,
this.nextType,
required this.timeout,
this.extra,
this.clientId,
});