hideKeyboard method

  1. @deprecated
void hideKeyboard()

Hide the soft keyboard off the screen.

Deprecated. Will be removed in the next version. Should use context.focus.hideKeyboard() instead.

Implementation

@deprecated
void hideKeyboard() {
  this.focus.hideKeyboard();
}