utils/shims/flutter_inappwebview_fake library

Classes

ContentWorld
Class that represents an object that defines a scope of execution for JavaScript code and which you use to prevent conflicts between different scripts.
ContextMenu
Class that represents the WebView context menu. It used by WebView.contextMenu.
ContextMenuItem
Class that represent an item of the ContextMenu.
ContextMenuOptions
Class that represents available options used by ContextMenu.
Class that is used by WebView.shouldOverrideUrlLoading event. It represents the policy to pass back to the decision handler.
UserScript
Class that represents a script that the WebView injects into the web page.
UserScriptInjectionTime
Class that represents contains the constants for the times at which to inject script content into a WebView used by an UserScript.