resetForm method

void resetForm()

Implementation

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