InAppWebViewController.fromPlatformCreationParams constructor
InAppWebViewController.fromPlatformCreationParams({
- required PlatformInAppWebViewControllerCreationParams params,
Constructs a InAppWebViewController.
See InAppWebViewController.fromPlatformCreationParams for setting parameters for a specific platform.
Implementation
InAppWebViewController.fromPlatformCreationParams({
required PlatformInAppWebViewControllerCreationParams params,
}) : this.fromPlatform(platform: PlatformInAppWebViewController(params));