WebController class

Implemented types

Constructors

WebController.new()

Properties

controller → WebViewController?
no setter
firstLoaded bool
no setter
hashCode int
The hash code for this object.
no setterinherited
onPageFinished ↔ void Function(String url, String? title)?
getter/setter pair
onPageStarted ↔ void Function(String url, String? title)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canGoBack() Future<bool>
override
currentUrl() Future<String?>
override
goBack() Future<bool>
override
init(IWebViewFunction? function) → dynamic
loadUrl({required String url, bool firstLoad = false}) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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