talkjs_flutter_inappwebview_web library

Classes

TalkjsInAppWebViewFlutterPlugin
Builds an iframe based WebView.
TalkjsWebPlatformInAppWebViewPlatform
Implementation of InAppWebViewPlatform using the Web API.
WebPlatformCookieManager
Class that implements a singleton object (shared instance) which manages the cookies used by WebView instances.
WebPlatformCookieManagerCreationParams
Object specifying creation parameters for creating a WebPlatformCookieManager.
WebPlatformHeadlessInAppWebView
Class that represents a WebView in headless mode. It can be used to run a WebView in background without attaching an InAppWebView to the widget tree.
WebPlatformHeadlessInAppWebViewCreationParams
Object specifying creation parameters for creating a WebPlatformHeadlessInAppWebView.
WebPlatformInAppWebViewController
Controls a WebView, such as an InAppWebView widget instance, a WebPlatformHeadlessInAppWebView instance or WebPlatformInAppBrowser WebView instance.
WebPlatformInAppWebViewControllerCreationParams
Object specifying creation parameters for creating a WebPlatformInAppWebViewController.
WebPlatformInAppWebViewWidget
Flutter Widget for adding an inline native WebView integrated in the flutter widget tree.
WebPlatformInAppWebViewWidgetCreationParams
Object specifying creation parameters for creating a PlatformInAppWebViewWidget.
WebPlatformLocalStorage
Class that provides methods to manage the JavaScript window.localStorage object. It used by PlatformWebStorage.
WebPlatformLocalStorageCreationParams
Object specifying creation parameters for creating a WebPlatformLocalStorage.
WebPlatformSessionStorage
Class that provides methods to manage the JavaScript window.sessionStorage object. It used by PlatformWebStorage.
WebPlatformSessionStorageCreationParams
Object specifying creation parameters for creating a WebPlatformSessionStorage.
WebPlatformStorage
Class that provides methods to manage the JavaScript Storage object. It is used by PlatformLocalStorage and PlatformSessionStorage.
WebPlatformStorageCreationParams
Object specifying creation parameters for creating a WebPlatformStorage.
WebPlatformWebStorage
Class that provides access to the JavaScript Web Storage API: window.sessionStorage and window.localStorage. It used by PlatformInAppWebViewController.webStorage.
WebPlatformWebStorageCreationParams
Object specifying creation parameters for creating a WebPlatformWebStorage.