clearForm method
void
clearForm()
Clears text input fields on the Form
Implementation
void clearForm() {
amountValue = '';
cardNumberValue = '';
expiryDateValue = '';
cvvValue = '';
}
Clears text input fields on the Form
void clearForm() {
amountValue = '';
cardNumberValue = '';
expiryDateValue = '';
cvvValue = '';
}