first method

Future<T> first()

Implementation

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