onWindowFocus method
void
onWindowFocus()
Implementation
void onWindowFocus() async {
await _channel?.invokeMethod("onWindowFocus");
}
void onWindowFocus() async {
await _channel?.invokeMethod("onWindowFocus");
}