firebase_storage_platform_interface/firebase_storage_platform_interface library
Classes
- FirebaseStoragePlatform
- The Firebase Storage platform interface.
- FullMetadata
- 
  The result of calling getMetadataon a storage object reference.
- ListOptions
- 
  The options FirebaseStoragePlatform.listaccepts.
- ListResultPlatform
- 
  Result returned by list.
- ReferencePlatform
- The interface a reference must implement.
- SettableMetadata
- The settable metadata a storage object reference can be set with.
- TaskPlatform
- The interface a task must implement.
- TaskSnapshotPlatform
- The interface a task snapshot must extend.
Enums
- PutStringFormat
- The format in which a string can be uploaded to the storage bucket via Reference.putString.
- TaskState
- Represents the state of an on-going Task.