getWebView static method

Widget getWebView()

Implementation

static Widget getWebView() {
  return WebViewWidget(controller: controller!);
}