asStream method

Stream<List<int>> asStream()

Implementation

Stream<List<int>> asStream() => Stream.value(buffer.asUint8List());