firstAsync property

Future<T> firstAsync

Implementation

Future<T> get firstAsync => then((itr) => itr.first);