AuthenticationCodeInfo constructor
AuthenticationCodeInfo({
- required String phoneNumber,
- AuthenticationCodeType? type,
- AuthenticationCodeType? nextType,
- required int timeout,
Implementation
AuthenticationCodeInfo({
required this.phoneNumber,
this.type,
this.nextType,
required this.timeout,
});