setEmail method

void setEmail(
  1. String email
)

Implementation

void setEmail(String email) {
  _params['email'] = email;
}