AndroidWebviewUtil class
- Implemented types
Constructors
- AndroidWebviewUtil()
-
factory
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> -
override
-
canGoBackOrForward(
{required int step}) → Future< bool> -
override
-
canGoForward(
) → Future< bool> -
override
-
clearCache(
{required bool includeDiskFiles}) → Future< void> -
override
-
clearHistory(
) → Future< void> -
override
-
evaluateJavascript(
{required String script, bool isEscapeForJsonJs = false}) → Future< String?> -
override
-
getHtml(
) → Future< String?> -
override
-
goBack(
) → Future< void> -
override
-
goForward(
) → Future< void> -
override
-
keepScreenOn(
) → Future< void> -
override
-
loadUrl(
{required String url}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onClickElementListener(
) → Future< Map< String, dynamic> > -
override
-
onPageFinished(
) → Future< String> -
override
-
originalUrl(
) → Future< String?> -
override
-
progress(
) → Future< int?> -
override
-
reload(
) → Future< void> -
override
-
title(
) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
url(
) → Future< String?> -
override
-
zoomIn(
) → Future< void> -
override
-
zoomOut(
) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AndroidWebviewUtil
-
final