ProfileService class abstract
ProfileService can be extended and set for the profilePage. The following method can be overriden.
BottompageAction is called when the InkWell at the bottom of the page is tapped.
EditProfile is called when a user changes and submits a standard textfields.
UploadImage is called when te user presses the avatar.
changePassword is called when the user requests to change his password. Return true to clear the inputfields.
Constructors
- ProfileService()
-
const
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
-
changePassword(
BuildContext context, String currentPassword, String newPassword) → FutureOr< bool> -
editProfile(
User user, String key, String? value) → FutureOr< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pageBottomAction(
) → FutureOr< void> -
toString(
) → String -
A string representation of this object.
inherited
-
uploadImage(
BuildContext context, {required dynamic onUploadStateChanged(bool isUploading)}) → FutureOr< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited