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