setEmail method

void setEmail(
  1. String? email
)

Sets the email of the user

Implementation

void setEmail(String? email) {
  _email = email;
}