JioWebviewPlatform class

Constructors

JioWebviewPlatform.new()

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>
clearCache() Future<void>
clearLocalStorage() Future<void>
evaluateJavascript(String script) Future<String>
getCurrentUrl() Future<String>
getUserAgent() Future<String>
getWebviewMethodChannel() MethodChannel
goBack() Future<void>
loadHtmlAsset(String assetPath) Future<void>
loadHtmlString(String htmlString) Future<void>
loadUrl(String url) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<void>
runJavaScript(String script) Future<String>
setUserAgent(String userAgent) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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