closeWindow method

void closeWindow()

Implementation

void closeWindow() {
  try {
    MultiViewDesktop.of(context).closeWindow();
  } catch (_) {}
}