webview library
Classes
- WindowsPlatformWebViewController
- WindowsPlatformWebViewControllerCreationParams
- WindowsPlatformWebViewCookieManager
- WindowsPlatformWebViewCookieManagerCreationParams
- WindowsPlatformWebViewWidget
- WindowsPlatformWebViewWidgetCreationParams
- WindowsWebViewPlatform
- WinWebViewController
- WinWebViewPermissionRequest
- WinWebViewWidget
Typedefs
- AskPermissionCallback = bool Function(String url, WinWebViewPermissionResourceType kind)
- FullScreenChangedCallback = void Function(bool isFullScreen)
- HistoryChangedCallback = void Function()
- JavaScriptMessageCallback = void Function(JavaScriptMessage message)
- MoveFocusRequestCallback = void Function(bool isNext)
- PageFinishedCallback = void Function(String url)
- PageStartedCallback = void Function(String url)
- PageTitleChangedCallback = void Function(String title)
- WebViewCreatedCallback = void Function(WinWebViewController webViewController)