onWindowFocus method

void onWindowFocus()

Implementation

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