mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? nativeAuthStrategyError(
- NativeAuthStrategyError value
- TResult? success(
- Success value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(NativeAuthStrategyError value)? nativeAuthStrategyError,
TResult? Function(Success value)? success,
}) =>
throw _privateConstructorUsedError;