InteractiveWebView class

Constructors

InteractiveWebView()
factory

Properties

didReceiveMessage Stream<WebkitMessage>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateChanged Stream<WebViewStateChanged>
no setter

Methods

evalJavascript(String script) Future<Null>
loadHTML(String html, {String? baseUrl}) Future<Null>
loadUrl(String url) Future<Null>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOptions({List<String>? restrictedSchemes, String? webkitHandler}) Future<Null>
toString() String
A string representation of this object.
inherited

Operators

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