onSuccess method
void
onSuccess(
- Success result
inherited
Called when the form is successfully submitted. Can be overridden.
Parameters:
resultThe result of the successful form submission.
Implementation
void onSuccess(Success result) {}