firebase_storage_platform_interface library

Classes

FirebaseStoragePlatform
The Firebase Storage platform interface.
FullMetadata
The result of calling getMetadata on a storage object reference.
ListOptions
The options FirebaseStoragePlatform.list accepts.
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.