menu
async_task package
documentation
async_task_extension.dart
FutureOrIterableExtension<T>
firstAsync property
firstAsync property
dark_mode
light_mode
firstAsync
property
FutureOr
<
T
>
get
firstAsync
Implementation
FutureOr<T> get firstAsync => then((itr) => itr.first);
async_task package
documentation
async_task_extension
FutureOrIterableExtension<T>
firstAsync property
FutureOrIterableExtension extension on
FutureOr
<
Iterable
<
T
>
>