WebWebViewController constructor

WebWebViewController(
  1. PlatformWebViewControllerCreationParams params
)

Constructs a WebWebViewController.

Implementation

WebWebViewController(PlatformWebViewControllerCreationParams params)
    : super.implementation(
        params is WebWebViewControllerCreationParams
            ? params
            : WebWebViewControllerCreationParams
                .fromPlatformWebViewControllerCreationParams(
                params,
              ),
      );