clearForm method

void clearForm()

Clears text input fields on the Form

Implementation

void clearForm() {
  amountValue = '';
  cardNumberValue = '';
  expiryDateValue = '';
  cvvValue = '';
}