onErrorState method

void onErrorState(
  1. LyFormErrorState<D, E> state
)

Called when the form transitions to the LyFormErrorState.

Implementation

void onErrorState(LyFormErrorState<D, E> state) {}