onSuccessState method

void onSuccessState(
  1. LyFormSuccessState<D, E> state
)

Called when the form transitions to the LyFormSuccessState.

Implementation

void onSuccessState(LyFormSuccessState<D, E> state) {
  _setPureInputs();
}