onSaved abstract method

void onSaved(
  1. T? value
)

onSaved goes of when the save function is called for the page if onValidate return null.

Implementation

void onSaved(T? value);