ContentsquareFlutterWebViewTracker class

A tracker which maps the ContentsquareWebViewTracker to the API of WebView from the webview_flutter package.

Properties

hashCode int
The hash code for this object.
no setterinherited
javascriptChannels Set<JavascriptChannel>
Set of javascript channels to register in the WebView.javascriptChannels callback.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPageFinished(String url) Future<void>
Method to use in the WebView.onPageFinished callback.
onWebViewCreated(WebViewController controller) → void
Method to use in the WebView.onWebViewCreated callback.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited