setEmail method

void setEmail(
  1. dynamic emailData
)

Implementation

void setEmail(emailData){
  _email = emailData;
  notifyListeners();
}