hideInputView method
void
hideInputView()
Hides the input view window, which is popped up automatically by system. If the input view window is already hidden, this function will do nothing.
Implementation
void hideInputView() {
$js.chrome.input.ime.hideInputView();
}