InAppWebViewControllerKeepAliveProps constructor
InAppWebViewControllerKeepAliveProps({
- Map<
String, JavaScriptHandlerCallback> javaScriptHandlersMap = const {}, - Map<
UserScriptInjectionTime, List< userScripts = const {},UserScript> > - Set<
String> webMessageListenerObjNames = const {}, - Map<
String, ScriptHtmlTagAttributes> injectedScriptsFromURL = const {}, - Set<
PlatformWebMessageChannel> webMessageChannels = const {}, - Set<
PlatformWebMessageListener> webMessageListeners = const {}, - Map<
String, dynamic Function(dynamic data)> devToolsProtocolEventListenerMap = const {},
Implementation
InAppWebViewControllerKeepAliveProps(
{this.javaScriptHandlersMap = const {},
this.userScripts = const {},
this.webMessageListenerObjNames = const {},
this.injectedScriptsFromURL = const {},
this.webMessageChannels = const {},
this.webMessageListeners = const {},
this.devToolsProtocolEventListenerMap = const {}});