platform_interface library
Classes
- CreationParams
- Configuration to use when creating a new WebViewPlatformController.
- JavascriptMessage
-
A message that was sent by JavaScript code running in a
WebView
. -
WebSetting<
T> - A single setting for configuring a WebViewPlatform which may be absent.
- WebSettings
- Settings for configuring a WebViewPlatform.
- WebViewPlatform
- Interface for a platform implementation of a WebView.
- WebViewPlatformCallbacksHandler
- Interface for callbacks made by WebViewPlatformController.
- WebViewPlatformController
- Interface for talking to the webview's platform implementation.
Enums
- AutoMediaPlaybackPolicy
- Specifies possible restrictions on automatic media playback.
- JavascriptMode
- Describes the state of JavaScript support in a given web view.
Typedefs
- WebViewPlatformCreatedCallback = void Function(WebViewPlatformController webViewPlatformController)