reset method

void reset()

Resets the form to an empty state.

Implementation

void reset() {
  _formData = {};
  notifyListeners();
}