Whether the keyboard is shown
Future<bool> isShown() => _client.send( _handler.keyboard.buildIsKeyboardShownRequest(), _handler.keyboard.parseIsKeyboardShownResponse);