onChangedCurrentPasswordForEmail method
Implementation
void onChangedCurrentPasswordForEmail(String value) {
final revised = context.p.reviseCurrentPasswordForEmail(value);
context.updateRouteParam(revised);
}
void onChangedCurrentPasswordForEmail(String value) {
final revised = context.p.reviseCurrentPasswordForEmail(value);
context.updateRouteParam(revised);
}