resetForm method

  1. @action
void resetForm()

Implementation

@action
void resetForm() {
  formKey.currentState?.reset();
  reset();
}