closeEditing method
Exits the profileEditing.
Implementation
void closeEditing() {
profileEditing.value = false;
avatarCrop.value = null;
avatarImage.value = null;
avatarDeleted.value = false;
name.clear();
}
Exits the profileEditing.
void closeEditing() {
profileEditing.value = false;
avatarCrop.value = null;
avatarImage.value = null;
avatarDeleted.value = false;
name.clear();
}