onWindowBlur method

void onWindowBlur()

Implementation

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