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