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