AndroidInAppWebViewPlatform class

Implementation of InAppWebViewPlatform using the WebView API.

Inheritance
  • Object
  • PlatformInterface
  • AndroidInAppWebViewPlatform

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

createPlatformAssetsPathHandler(PlatformAssetsPathHandlerCreationParams params) AndroidAssetsPathHandler
Creates a new AndroidAssetsPathHandler.
createPlatformChromeSafariBrowser(PlatformChromeSafariBrowserCreationParams params) AndroidChromeSafariBrowser
Creates a new AndroidChromeSafariBrowser.
createPlatformChromeSafariBrowserStatic() AndroidChromeSafariBrowser
Creates a new empty AndroidChromeSafariBrowser to access static methods.
createPlatformCookieManager(PlatformCookieManagerCreationParams params) AndroidCookieManager
Creates a new AndroidCookieManager.
createPlatformCustomPathHandler(PlatformCustomPathHandlerCreationParams params) AndroidCustomPathHandler
Creates a new AndroidCustomPathHandler.
createPlatformFindInteractionController(PlatformFindInteractionControllerCreationParams params) AndroidFindInteractionController
Creates a new AndroidFindInteractionController.
createPlatformHeadlessInAppWebView(PlatformHeadlessInAppWebViewCreationParams params) AndroidHeadlessInAppWebView
Creates a new AndroidHeadlessInAppWebView.
createPlatformHttpAuthCredentialDatabase(PlatformHttpAuthCredentialDatabaseCreationParams params) AndroidHttpAuthCredentialDatabase
Creates a new AndroidHttpAuthCredentialDatabase.
createPlatformInAppBrowser(PlatformInAppBrowserCreationParams params) AndroidInAppBrowser
Creates a new AndroidInAppBrowser.
createPlatformInAppBrowserStatic() AndroidInAppBrowser
Creates a new empty AndroidInAppBrowser to access static methods.
createPlatformInAppLocalhostServer(PlatformInAppLocalhostServerCreationParams params) → PlatformInAppLocalhostServer
Creates a new empty PlatformInAppLocalhostServer to access static methods.
inherited
createPlatformInAppWebViewController(PlatformInAppWebViewControllerCreationParams params) AndroidInAppWebViewController
Creates a new AndroidInAppWebViewController.
createPlatformInAppWebViewControllerStatic() AndroidInAppWebViewController
Creates a new empty AndroidInAppWebViewController to access static methods.
createPlatformInAppWebViewWidget(PlatformInAppWebViewWidgetCreationParams params) AndroidInAppWebViewWidget
Creates a new AndroidInAppWebViewWidget.
createPlatformInternalStoragePathHandler(PlatformInternalStoragePathHandlerCreationParams params) AndroidInternalStoragePathHandler
Creates a new AndroidInternalStoragePathHandler.
createPlatformJavaScriptReplyProxy(PlatformJavaScriptReplyProxyCreationParams params) AndroidJavaScriptReplyProxy
Creates a new AndroidJavaScriptReplyProxy.
createPlatformLocalStorage(PlatformLocalStorageCreationParams params) AndroidLocalStorage
Creates a new AndroidLocalStorage.
createPlatformPrintJobController(PlatformPrintJobControllerCreationParams params) AndroidPrintJobController
Creates a new AndroidPrintJobController.
createPlatformProcessGlobalConfig(PlatformProcessGlobalConfigCreationParams params) AndroidProcessGlobalConfig
Creates a new AndroidProcessGlobalConfig.
createPlatformProxyController(PlatformProxyControllerCreationParams params) AndroidProxyController
Creates a new AndroidProxyController.
createPlatformPullToRefreshController(PlatformPullToRefreshControllerCreationParams params) AndroidPullToRefreshController
Creates a new AndroidPullToRefreshController.
createPlatformResourcesPathHandler(PlatformResourcesPathHandlerCreationParams params) AndroidResourcesPathHandler
Creates a new AndroidResourcesPathHandler.
createPlatformServiceWorkerController(PlatformServiceWorkerControllerCreationParams params) AndroidServiceWorkerController
Creates a new AndroidServiceWorkerController.
createPlatformServiceWorkerControllerStatic() AndroidServiceWorkerController
Creates a new empty AndroidServiceWorkerController to access static methods.
createPlatformSessionStorage(PlatformSessionStorageCreationParams params) AndroidSessionStorage
Creates a new AndroidSessionStorage.
createPlatformTracingController(PlatformTracingControllerCreationParams params) AndroidTracingController
Creates a new AndroidTracingController.
createPlatformWebAuthenticationSession(PlatformWebAuthenticationSessionCreationParams params) → PlatformWebAuthenticationSession
Creates a new PlatformWebAuthenticationSession.
inherited
createPlatformWebAuthenticationSessionStatic() → PlatformWebAuthenticationSession
Creates a new empty PlatformWebAuthenticationSession to access static methods.
inherited
createPlatformWebMessageChannel(PlatformWebMessageChannelCreationParams params) AndroidWebMessageChannel
Creates a new AndroidWebMessageChannel.
createPlatformWebMessageChannelStatic() AndroidWebMessageChannel
Creates a new empty AndroidWebMessageChannel to access static methods.
createPlatformWebMessageListener(PlatformWebMessageListenerCreationParams params) AndroidWebMessageListener
Creates a new AndroidWebMessageListener.
createPlatformWebMessagePort(PlatformWebMessagePortCreationParams params) AndroidWebMessagePort
Creates a new AndroidWebMessagePort.
createPlatformWebStorage(PlatformWebStorageCreationParams params) AndroidWebStorage
Creates a new AndroidWebStorage.
createPlatformWebStorageManager(PlatformWebStorageManagerCreationParams params) AndroidWebStorageManager
Creates a new empty AndroidWebStorageManager to access static methods.
createPlatformWebViewEnvironment(PlatformWebViewEnvironmentCreationParams params) → PlatformWebViewEnvironment
Creates a new PlatformWebViewEnvironment.
inherited
createPlatformWebViewEnvironmentStatic() → PlatformWebViewEnvironment
Creates a new empty PlatformWebViewEnvironment to access static methods.
inherited
createPlatformWebViewFeature(PlatformWebViewFeatureCreationParams params) AndroidWebViewFeature
Creates a new wv.AndroidWebViewFeature.
createPlatformWebViewFeatureStatic() AndroidWebViewFeature
Creates a new empty wv.AndroidWebViewFeature to access static methods.
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

Static Methods

registerWith() → void
Registers this class as the default instance of InAppWebViewPlatform.