onChangedCurrentPasswordForPassword method
Implementation
void onChangedCurrentPasswordForPassword(String value) {
context.updateTextField(AFSIWidgetID.editCurrentPassword, value);
final revised = context.p.reviseCurrentPasswordForPassword(value);
context.updateRouteParam(revised);
}