WinWebViewController class

Constructors

WinWebViewController()

Properties

hashCode int
The hash code for this object.
no setterinherited
onMoveFocusRequestCallback MoveFocusRequestCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addScriptChannelByName(String channelName) Future<void>
cancelNavigate() Future<void>
canGoBack() Future<bool>
canGoForward() Future<bool>
clearCache() Future<void>
clearCookies() Future<void>
currentUrl() Future<String?>
enableJavascript(bool isEnable) Future<void>
getTitle() Future<String?>
goBack() Future<void>
goForward() Future<void>
loadHtmlString(String html) Future<void>
loadUrl(String url) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyFullScreenChanged_(bool isFullScreen) → void
notifyMessageReceived_(String message) → void
notifyOnFocusRequest_(bool isNext) → void
notifyOnPageFinished_(String url, int errCode) → void
notifyOnPageStarted_(String url, bool isNewWindow, bool isUserInitiated) → void
notifyOnPageTitleChanged_(String title) → void
reload() Future<void>
removeScriptChannelByName(String channelName) Future<void>
requestFocus() Future<void>
runJavascript(String javaScriptString) Future<void>
runJavascriptReturningResult(String javaScriptString) Future<String>
setBackgroundColor(Color color) Future<void>
setFullScreen(bool bEnable) → void
setJavascriptChannelMessageCallback(JavascriptChannelMessageCallback cb) → void
setUserAgent(String userAgent) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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