Calls the FormField's onSaved method with the current value.
Source
void save() {
if (config.onSaved != null)
config.onSaved(value);
}
Calls the FormField's onSaved method with the current value.
void save() {
if (config.onSaved != null)
config.onSaved(value);
}