clearLiteForm function
call this function if you want to clear the values for
a form. Usually forms are cleared automatically when
their containing widget is disposed but this
behavior changes if you pass autoDispose
: false
to LiteFormGroup
Implementation
void clearLiteForm(String formName) {
liteFormController.clearForm(formName);
}