clearForm method

void clearForm(
  1. String formName
)

Implementation

void clearForm(String formName) {
  _formGroups.remove(formName);
}