WebViewController.fromPlatformCreationParams constructor

WebViewController.fromPlatformCreationParams(
  1. PlatformWebViewControllerCreationParams params
)

Constructs a WebViewController from creation params for a specific platform.

Implementation

WebViewController.fromPlatformCreationParams(
  PlatformWebViewControllerCreationParams params,
) : this.fromPlatform(PlatformWebViewController(params));