submit method

void submit()

Dispatches BlocxFormEventSubmit.

Implementation

void submit() {
  bloc.add(BlocxFormEventSubmit());
}