InAppWebViewControllerKeepAliveProps class

Used internally to save and restore PlatformInAppWebViewController properties for the keep alive feature.

Constructors

InAppWebViewControllerKeepAliveProps({required Map<String, JavaScriptHandlerCallback> javaScriptHandlersMap, required Map<UserScriptInjectionTime, List<UserScript>> userScripts, required Set<String> webMessageListenerObjNames, required Map<String, ScriptHtmlTagAttributes> injectedScriptsFromURL, required Set<PlatformWebMessageChannel> webMessageChannels, required Set<PlatformWebMessageListener> webMessageListeners})

Properties

hashCode int
The hash code for this object.
no setterinherited
injectedScriptsFromURL Map<String, ScriptHtmlTagAttributes>
getter/setter pair
javaScriptHandlersMap Map<String, JavaScriptHandlerCallback>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userScripts Map<UserScriptInjectionTime, List<UserScript>>
getter/setter pair
webMessageChannels Set<PlatformWebMessageChannel>
getter/setter pair
webMessageListenerObjNames Set<String>
getter/setter pair
webMessageListeners Set<PlatformWebMessageListener>
getter/setter pair

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