read abstract method
Read object content as byte stream.
If offset is provided, length must also be provided.
If length is provided, it must be greater than 0.
If there is a problem accessing the file, a
storage_api.DetailedApiRequestError is thrown.
Implementation
Stream<List<int>> read(String objectName, {int? offset, int? length});