changePassword method

void changePassword()

Implementation

void changePassword() {
  Get.put(PasswordDialogController(userId:  int.tryParse(storageUtils.getUserId() ?? '0') ?? 0));
  Get.dialog(const PasswordChangeDialog());
}