changePassword method

void changePassword(
  1. String value
)

Implementation

void changePassword(String value) {
  state = state.copyWith(password: value);
  resetSubmitSlide();
}