WindowsPlatformWebViewControllerCreationParams.fromPlatformWebViewControllerCreationParams constructor

WindowsPlatformWebViewControllerCreationParams.fromPlatformWebViewControllerCreationParams(
  1. 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();
}