newWindow method
Implementation
Window newWindow({required WindowController windowController}) {
return impl.newWindow(windowController: windowController);
}
Window newWindow({required WindowController windowController}) {
return impl.newWindow(windowController: windowController);
}