inputStream property

Stream<List<int>>? get inputStream

Stream of raw input bytes, if the backend accepts input.

Implementation

Stream<List<int>>? get inputStream;