closeWindowIn static method
Implementation
static void closeWindowIn(BuildContext context) {
final key = Provider.of<WindowState>(context, listen: false).key;
Provider.of<MdiController>(context, listen: false).closeWindow(key);
}
static void closeWindowIn(BuildContext context) {
final key = Provider.of<WindowState>(context, listen: false).key;
Provider.of<MdiController>(context, listen: false).closeWindow(key);
}