InAppWebViewControllerKeepAliveProps constructor

InAppWebViewControllerKeepAliveProps({
  1. Map<String, JavaScriptHandlerCallback> javaScriptHandlersMap = const {},
  2. Map<UserScriptInjectionTime, List<UserScript>> userScripts = const {},
  3. Set<String> webMessageListenerObjNames = const {},
  4. Map<String, ScriptHtmlTagAttributes> injectedScriptsFromURL = const {},
  5. Set<PlatformWebMessageChannel> webMessageChannels = const {},
  6. Set<PlatformWebMessageListener> webMessageListeners = const {},
  7. 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 {}});