reset method

void reset()

Reset form to initialValue

Implementation

void reset() {
  _formKey.currentState?.reset();
}