menu
df_widgets package
documentation
_common.dart
FutureIterableOkExtension<T extends Object>
unwrapAll method
unwrapAll method
dark_mode
light_mode
unwrapAll
method
Future
<
Iterable
<
T
>
>
unwrapAll
(
)
Implementation
Future<Iterable<T>> unwrapAll() { return then((e) => e.unwrapAll()); }
df_widgets package
documentation
_common
FutureIterableOkExtension<T extends Object>
unwrapAll method
FutureIterableOkExtension extension on
Future
<
Iterable
<
Ok
<
T
>
>
>