menu
df_router package
documentation
_common.dart
WrapOnAsyncExt<T extends Object>
wrapValueInSome method
wrapValueInSome method
dark_mode
light_mode
wrapValueInSome
method
Async
<
Some
<
T
>
>
wrapValueInSome
(
)
Implementation
@pragma('vm:prefer-inline') Async<Some<T>> wrapValueInSome() => then((e) => Some(e));
df_router package
documentation
_common
WrapOnAsyncExt<T extends Object>
wrapValueInSome method
WrapOnAsyncExt extension on
Async
<
T
>