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