InAppWebViewControllerKeepAliveProps constructor
InAppWebViewControllerKeepAliveProps({ - Map<String, Function> javaScriptHandlersMap = const {},
- Map<UserScriptInjectionTime, List<UserScript>> userScripts = const {},
- 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 {},
});