closeEditing method

void closeEditing()

Exits the profileEditing.

Implementation

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