clearForm method

void clearForm()

Implementation

void clearForm() {
  _emailController.clear();
  _passwordController.clear();
  widget.modelCallback().email = '';
  widget.modelCallback().password = '';
}