onLoading method

FutureOr<void> onLoading()

This method is called when the FormBloc is instantiated and isLoading is true.

Also is called when reload is called.

The previous state is FormBlocLoading.

Implementation

FutureOr<void> onLoading() {}