hideKeyboard method
- @deprecated
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();
}