last property

Future<T> get last

First value of the stream

Implementation

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