isShown method

Future<bool> isShown()

Whether the keyboard is shown

Implementation

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