hide method

void hide ()

Simulates the user hiding the onscreen keyboard.

Implementation

void hide() {
  _isVisible = false;
}