clearEditPassword method
Implementation
void clearEditPassword() {
currentPasswordController.clear();
newPasswordController.clear();
confirmPasswordController.clear();
}
void clearEditPassword() {
currentPasswordController.clear();
newPasswordController.clear();
confirmPasswordController.clear();
}