onCloseWindow method

void onCloseWindow()

Implementation

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