clearFounderFields method

void clearFounderFields()

Implementation

void clearFounderFields() {
  founderFirstNameController.clear();
  founderLastNameController.clear();
  founderEmailController.clear();
  founderPhoneController.clear();
  founderCountryCode.value = "";
  founderSharesController.clear();
}