reset method

  1. @action
void reset()

Implementation

@action
void reset() {
  selectedMethod = _initialMethod;
  enabled = true;
  isLoading = false;
  lastSubmittedData = null;
  cardFormStore.reset();
}