onSaved abstract method
- T? value
onSaved goes of when the save function is called for the page if onValidate return null.
Implementation
void onSaved(T? value);
onSaved goes of when the save function is called for the page if onValidate return null.
void onSaved(T? value);