blur method

Future<void> blur()

Removes focus from the window.

Supported Platforms:

  • Windows
  • macOS

Implementation

Future<void> blur() async {
  await _invokeMethod('blur');
}