reset method

dynamic reset ()

Implementation

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