FirebaseStorageService class abstract
This class is for FirebaseStorage Manager Upload File Update File Delete File
Constructors
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(
String ref) → Future - Delete a file by providing file reference
-
deleteFileByUrl(
String url) → Future - Delete a file by providing file url
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateFileAndGetUrl(
String downloadUrl, Uint8List file) → Future< String?> - This function is for updating an existing file and get updated file url
-
uploadFileAndGetUrl(
Uint8List file, String ref) → Future< String?> - This function is for Uploading a new file and get uploaded file url
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
FirebaseStorage firebaseStorage) → FirebaseStorageService