InAppWebViewControllerKeepAliveProps class
Used internally to save and restore PlatformInAppWebViewController properties for the keep alive feature.
Constructors
-
InAppWebViewControllerKeepAliveProps({Map<
String, JavaScriptHandlerCallback> javaScriptHandlersMap = const {}, Map<UserScriptInjectionTime, List< userScripts = const {}, Set<UserScript> >String> webMessageListenerObjNames = const {}, Map<String, ScriptHtmlTagAttributes> injectedScriptsFromURL = const {}, Set<PlatformWebMessageChannel> webMessageChannels = const {}, Set<PlatformWebMessageListener> webMessageListeners = const {}, Map<String, dynamic Function(dynamic data)> devToolsProtocolEventListenerMap = const {}})
Properties
-
devToolsProtocolEventListenerMap
↔ Map<
String, dynamic Function(dynamic data)> -
getter/setter pair
- 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