Dart API Reference
dart:async
Stream
toList
toList
method
Collects the data of this stream in a
List
.
Future
<
List
<T>>
toList
( )
Collects the data of this stream in a
List
.