FirebasePictureUploadController class

Constructors

FirebasePictureUploadController(FirebaseStorage storageInstance)

Properties

hashCode int
The hash code for this object.
no setterinherited
persistentKeyValueStore ↔ SharedPreferences?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cropImage(File imageFile, ImageManipulationSettings cropSettings) Future<CroppedFile?>
deleteProfilePicture(Reference oldUpload) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiveURL(String storageURL, {bool useCaching = true, bool storeInCache = true}) Future<String?>
toString() String
A string representation of this object.
inherited
uploadProfilePicture(CroppedFile image, String uploadDirectory, int id, Function? imagePostProcessingFuction) Future<Reference>

Operators

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