whenOrNull<TResult extends Object?> method
- TResult? started(
- PhoneVerificationData phoneVerificationData
- TResult? checkCodeButtonPressed()?,
- TResult? resendCodeButtonPressed()?,
- TResult? timerTicked(
- int duration
- TResult? codeChanged(
- String value
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function(PhoneVerificationData phoneVerificationData)? started,
TResult? Function()? checkCodeButtonPressed,
TResult? Function()? resendCodeButtonPressed,
TResult? Function(int duration)? timerTicked,
TResult? Function(String value)? codeChanged,
}) =>
throw _privateConstructorUsedError;