onChangedCurrentPasswordForPassword method

void onChangedCurrentPasswordForPassword(
  1. String value
)

Implementation

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