handlePhoneChange method

void handlePhoneChange()

Implementation

void handlePhoneChange() {
  emit(state.copyWith(
    otpSent: false,
    isNewUser: false,
    error: null,
    lastSubmittedPhone: null,
  ));
}