onChangedCurrentPasswordForEmail method

void onChangedCurrentPasswordForEmail(
  1. String value
)

Implementation

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