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