StorageFileApi constructor

const StorageFileApi(
  1. String url,
  2. Map<String, String> headers,
  3. String? bucketId,
  4. int _retryAttempts,
  5. Fetch _storageFetch,
)

Implementation

const StorageFileApi(
  this.url,
  this.headers,
  this.bucketId,
  this._retryAttempts,
  this._storageFetch,
);