unFocusAll method

void unFocusAll()

Implementation

void unFocusAll() {
  userNameFocus.unfocus();
  emailFocus.unfocus();
}