setWebViewWindow static method

void setWebViewWindow(
  1. WindowBase window
)

Store reference when WebViewScreen opens window

Implementation

static void setWebViewWindow(html.WindowBase window) {
  _webViewWindow = window;
}