streamFetch method
Fetches the next chunk for a low-level native stream.
Implementation
bindings.StreamFetchResult streamFetch(
int streamId, {
int? bufferSize,
}) =>
_native.streamFetch(streamId, bufferSize: bufferSize);
Fetches the next chunk for a low-level native stream.
bindings.StreamFetchResult streamFetch(
int streamId, {
int? bufferSize,
}) =>
_native.streamFetch(streamId, bufferSize: bufferSize);