get method

Stream<List<int>> get(
  1. StreamInfo streamInfo
)

Gets the actual stream which is identified by the specified metadata.

Implementation

Stream<List<int>> get(StreamInfo streamInfo) =>
    _httpClient.getStream(streamInfo);