onSaved method
- String? value
override
onSaved goes of when the save function is called for the page if onValidate return null.
Implementation
@override
void onSaved(value) {
this.value = value;
}
onSaved goes of when the save function is called for the page if onValidate return null.
@override
void onSaved(value) {
this.value = value;
}