WindowsPlatformWebViewControllerCreationParams constructor

const WindowsPlatformWebViewControllerCreationParams({
  1. String? userDataFolder,
})

Implementation

const WindowsPlatformWebViewControllerCreationParams({this.userDataFolder})
    : super();