fromWindowId static method

WindowManagerPlus fromWindowId(
  1. int windowId
)

Get the window manager from the window id.

Implementation

static WindowManagerPlus fromWindowId(int windowId) {
  return WindowManagerPlus._fromWindowId(windowId);
}