focus method

Future<void> focus()

Focuses on the window.

Implementation

Future<void> focus() async {
  await _channel.invokeMethod('focus');
}