first property

Future<T> get first

Last value of the stream

Implementation

Future<T> get first => _stream.value.first;