onFormSubmitted method

void onFormSubmitted(
  1. BlocxFormStateFormSubmitted<F, E> state
)

Called when BlocxFormStateFormSubmitted is emitted.

Implementation

void onFormSubmitted(BlocxFormStateFormSubmitted<F, E> state) {}