getWindow static method

Implementation

static SingletonFlutterWindow getWindow() {
  // return getWidgetsBinding().window;
  return window;
}