FirebaseStorageRepository class

Inheritance

Constructors

FirebaseStorageRepository({FirebaseStorage? storage})

Properties

hashCode int
The hash code for this object.
no setterinherited
ref → Reference
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(String path, dynamic data) → UploadTask
override
delete(String path) Future<void>
override
getByteData(List fields, [int maxSize = 10485760]) Future<Uint8List?>
getDownloadUrl(List fields) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String path) Future<String>
override
toString() String
A string representation of this object.
inherited
update(String path, dynamic data) Future<FullMetadata>
override
uploadBlob(List fields, dynamic blob, [SettableMetadata? metadata]) → UploadTask
uploadByteData(List fields, Uint8List data) → UploadTask
uploadFile(List fields, File file) → UploadTask

Operators

operator ==(Object other) bool
The equality operator.
inherited