stream method

  1. @override
Stream<Uint8List> stream()
override

Returns a Stream that can be used to read the contents of the Blob.

MDN Reference

Implementation

@override
Stream<Uint8List> stream() => _blob.stream();