WebWebViewController constructor
WebWebViewController(
- PlatformWebViewControllerCreationParams params
Constructs a WebWebViewController.
Implementation
WebWebViewController(PlatformWebViewControllerCreationParams params)
: super.implementation(params is WebWebViewControllerCreationParams
? params
: WebWebViewControllerCreationParams
.fromPlatformWebViewControllerCreationParams(params)) {
_initialize();
}