blur method
Removes focus from the window.
Supported Platforms:
- Windows
- macOS
Implementation
Future<void> blur() async {
await _invokeMethod('blur');
}
Removes focus from the window.
Supported Platforms:
Future<void> blur() async {
await _invokeMethod('blur');
}