getInputStream method
Returns a new InputStream to read the underlying content.
A new stream should be returned each time this method is called. The caller is responsible for closing the stream.
Implementation
@override
InputStream getInputStream() => NetworkInputStream(_stream);