Grabs the keyboard. @platforms linux
Future<bool> grabKeyboard() async { return await _channel.invokeMethod('grabKeyboard'); }