toByteStream method

Stream<List<int>> toByteStream()

Create ByteStream from this

Implementation

Stream<List<int>> toByteStream() =>
    Future.value(codeUnits).asStream().asBroadcastStream();