emitLoaded method

void emitLoaded()

Update the state of the form bloc to FormBlocLoaded.

Implementation

void emitLoaded() {
  emit(state.toLoaded());
}