reset method

void reset ()

Implementation

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