FirebaseStorageService mixin
Services for Firebase Storage Operations
This mixin defines the interface for handling basic Firebase Storage operations, including uploading files, downloading files, and deleting files.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteFile(
{required String storagePath}) → Future< void> - Deletes a file from Firebase Storage.
-
downloadFile(
{required String storagePath, required String destinationPath}) → Future< void> - Downloads a file from Firebase Storage.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadFile(
{required String filePath, required String storagePath}) → Future< String> - Uploads a file to Firebase Storage.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited