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