onFormSubmitted method
void
onFormSubmitted(
- BlocxFormStateFormSubmitted<
F, E> state
Called when BlocxFormStateFormSubmitted is emitted.
Override to navigate away, show a success banner, or trigger analytics.
Implementation
void onFormSubmitted(BlocxFormStateFormSubmitted<F, E> state) {}