FlWebViewController class

Constructors

FlWebViewController(int id)

Properties

channel MethodChannel
no setter
delegate FlWebViewDelegate?
no getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addJavascriptChannel(JavascriptChannel javascriptChannel) Future<void>
applyWebSettings(WebSettings settings) Future<void>
canGoBack() Future<bool?>
canGoForward() Future<bool?>
clearCache() Future<void>
createForMac(WebSettings webSettings, Size size) Future<bool>
currentUrl() Future<String?>
dispose() → void
enabledScroll(bool enabled) Future<bool?>
evaluateJavascript(String javascriptString) Future<String?>
getNavigatorUserAgent() Future<String?>
getScrollXY() Future<Offset?>
getTitle() Future<String?>
getUserAgent() Future<String?>
getWebViewSize() Future<WebViewSize?>
goBack() Future<void>
goForward() Future<void>
loadData(LoadDataRequest dataRequest) Future<bool>
loadUrl(LoadUrlRequest urlRequest) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<void>
removeJavascriptChannel(String javascriptChannelName) Future<void>
scrollBy(int x, int y) Future<void>
scrollTo(int x, int y) Future<void>
setUserAgent(String userAgent) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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