getStream abstract method

Stream<Uint8List> getStream()

Returns the result of the data as stream. This can only be called once per value. Stream must be requested within the onFile callback.

Implementation

Stream<Uint8List> getStream();