onEmailChange method

dynamic onEmailChange(
  1. String text
)

Implementation

onEmailChange(String text) {
  changed(true);
  update();
}