clearFields method

void clearFields()

Implementation

void clearFields() {
  emailController.text = '';
  firstnameController.text = '';
  phoneController.text = '';
  passwordController.text = '';
}