PlatformContainerControllerCreationParams class

Object specifying creation parameters for a PlatformContainerController.

Platform specific implementations can add additional fields by extending this class.

Annotations
  • @SupportedPlatforms.new(platforms: [AndroidPlatform(apiName: 'androidx.webkit.ProfileStore', apiUrl: 'https://developer.android.com/reference/androidx/webkit/ProfileStore', available: '110'), IOSPlatform(apiName: 'WKWebsiteDataStore.dataStoreForIdentifier', apiUrl: 'https://developer.apple.com/documentation/webkit/wkwebsitedatastore/4041131-datastoreforidentifier', available: '17.0'), MacOSPlatform(apiName: 'WKWebsiteDataStore(forIdentifier:)', apiUrl: 'https://developer.apple.com/documentation/webkit/wkwebsitedatastore/4055360-init', available: '14.0'), WindowsPlatform(apiName: 'CoreWebView2Environment userDataFolder', apiUrl: 'https://learn.microsoft.com/microsoft-edge/webview2/concepts/user-data-folder'), LinuxPlatform(apiName: 'WebKitWebsiteDataManager persistent directories', apiUrl: 'https://webkitgtk.org/reference/webkit2gtk/stable/class.WebsiteDataManager.html')])
  • @immutable

Constructors

PlatformContainerControllerCreationParams()
Used by the platform implementation to create a controller.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isClassSupported({TargetPlatform? platform}) bool
Checks whether this controller is available on platform.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited