Skip to main content

EditProfilePageViewModel class

EditProfilePageViewModel class helps to interact with model to serve data to edit profile views.

Methods include:

  • getImageFromGallery

Inheritance

Constructors

EditProfilePageViewModel ()

Properties

databaseServiceDataBaseMutationFunctions

final

firstNameFocusFocusNode

read / write

firstNameTextControllerTextEditingController

read / write

hashCodeint

The hash code for this object.
read-onlyinherited

hasListenersbool

Whether any listeners are currently registered.
read-onlyinherited

imageFileFile?

read / write

isBusybool

read-onlyinherited

lastNameFocusFocusNode

read / write

lastNameTextControllerTextEditingController

read / write

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

stateViewState

read-onlyinherited

userUser

final

Methods

addListener(VoidCallback listener) void

Register a closure to be called when the object changes.
inherited

dispose() void

Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited

getImageFromGallery({bool camera = false}) Future<void>

This function is used to get the image from gallery. The function uses the _multiMediaPickerService services.

initialize() void
noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

notifyListeners() void

Call all the registered listeners.
inherited

removeImage() void

This function remove the selected image.

removeListener(VoidCallback listener) void

Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited

setState(ViewState viewState) void

inherited

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited