fromWindowId static method
Get the window manager from the window id.
Implementation
static WindowManagerPlus fromWindowId(int windowId) {
  return WindowManagerPlus._fromWindowId(windowId);
}Get the window manager from the window id.
static WindowManagerPlus fromWindowId(int windowId) {
  return WindowManagerPlus._fromWindowId(windowId);
}