streamFetch method

StreamFetchResult streamFetch(
  1. int streamId
)

Fetches the next chunk for a low-level native stream.

Implementation

bindings.StreamFetchResult streamFetch(int streamId) =>
    _native.streamFetch(streamId);