WebviewInterface class abstract

Implementers

Constructors

WebviewInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canGoBack() Future<bool>
canGoBackOrForward({required int step}) Future<bool>
canGoForward() Future<bool>
clearCache({required bool includeDiskFiles}) Future<void>
clearHistory() Future<void>
evaluateJavascript({required String script, bool isEscapeForJsonJs = false}) Future<String?>
getHtml() Future<String?>
goBack() Future<void>
goForward() Future<void>
keepScreenOn() Future<void>
loadUrl({required String url}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClickElementListener() Future<Map<String, dynamic>>
onPageFinished() Future<String>
originalUrl() Future<String?>
progress() Future<int?>
reload() Future<void>
title() Future<String?>
toString() String
A string representation of this object.
inherited
url() Future<String?>
zoomIn() Future<void>
zoomOut() Future<void>

Operators

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