get method
Gets the actual stream which is identified by the specified metadata.
Implementation
Stream<List<int>> get(StreamInfo streamInfo) =>
_httpClient.getStream(streamInfo);
Gets the actual stream which is identified by the specified metadata.
Stream<List<int>> get(StreamInfo streamInfo) =>
_httpClient.getStream(streamInfo);