WindowsPlatformWebViewControllerCreationParams.fromPlatformWebViewControllerCreationParams constructor
WindowsPlatformWebViewControllerCreationParams.fromPlatformWebViewControllerCreationParams(
- PlatformWebViewControllerCreationParams params
Creates a WindowsPlatformWebViewControllerCreationParams instance based on PlatformWebViewControllerCreationParams
.
Implementation
factory WindowsPlatformWebViewControllerCreationParams.fromPlatformWebViewControllerCreationParams(
// Recommended placeholder to prevent being broken by platform interface.
// ignore: avoid_unused_constructor_parameters
PlatformWebViewControllerCreationParams params) {
return const WindowsPlatformWebViewControllerCreationParams();
}