toList method

Future<List> toList()

Preview a List of currently buffered items, without any dequeuing.

Implementation

Future<List> toList() => _flushWrap(false);