clearPage method

void clearPage()

Implementation

void clearPage() {
  selectedPaymentMethod.value = PaymentMethod.cryptoCurrency;
  isAgreedTerms.value = false;
  isAgreedPayment.value = false;
  isAgreedExclusive.value = false;
  isAgreedExclusivePlus.value = false;
}