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