WebviewWinFloatingPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • WebviewWinFloatingPlatform
Implementers

Constructors

WebviewWinFloatingPlatform()
Constructs a WebviewWinFloatingPlatform.

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

addScriptChannelByName(int webviewId, String channelName) Future<void>
cancelNavigate(int webviewId) Future<void>
canGoBack(int webviewId) Future<bool>
canGoForward(int webviewId) Future<bool>
clearCache(int webviewId) Future<void>
clearCookies(int webviewId) Future<bool>
create(int webviewId, {String? initialUrl, String? userDataFolder}) Future<bool>
dispose(int webviewId) Future<void>
enableJavascript(int webviewId, bool isEnable) Future<void>
goBack(int webviewId) Future<void>
goForward(int webviewId) Future<void>
loadHtmlString(int webviewId, String html) Future<void>
loadUrl(int webviewId, String url) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDevTools(int webviewId) Future<void>
registerWebView(int webviewId, WinWebViewController webview) → void
reload(int webviewId) Future<void>
removeScriptChannelByName(int webviewId, String channelName) Future<void>
requestFocus(int webviewId) Future<void>
resume(int webviewId) Future<void>
runJavaScript(int webviewId, String javaScriptString) Future<void>
runJavaScriptReturningResult(int webviewId, String javaScriptString) Future<String>
setBackgroundColor(int webviewId, Color color) Future<void>
setFullScreen(int webviewId, bool isFullScreen) Future<void>
setUserAgent(int webviewId, String userAgent) Future<bool>
setVisibility(int webviewId, bool isVisible) Future<void>
suspend(int webviewId) Future<void>
toString() String
A string representation of this object.
inherited
unregisterWebView(int webviewId) → void
updateBounds(int webviewId, Offset offset, Size size, double devicePixelRatio) Future<void>

Operators

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

Static Properties

instance WebviewWinFloatingPlatform
The default instance of WebviewWinFloatingPlatform to use.
getter/setter pair