WindowsPlatformWebViewController constructor

WindowsPlatformWebViewController(
  1. PlatformWebViewControllerCreationParams params
)

Implementation

WindowsPlatformWebViewController(
  PlatformWebViewControllerCreationParams params,
) : super.implementation(params) {
  controller = WinWebViewController(params: params);
}