ungrabKeyboard method

Future<bool> ungrabKeyboard()

Ungrabs the keyboard. @platforms linux

Implementation

Future<bool> ungrabKeyboard() async {
  return await _channel.invokeMethod('ungrabKeyboard');
}