s_universal_html/src/s_universal_html_impl
library
Functions
-
copyToClipboard(String text)
→ Future<void>
-
-
disableTextSelection()
→ void
-
-
downloadBytesFile(String filename, List<int> bytes, String mimeType)
→ void
-
-
enableTextSelection()
→ void
-
-
exitFullscreen()
→ Future<void>
-
-
getCssVariable(String name)
→ String?
-
-
historyPushState(Object? state, String title, String url)
→ void
-
-
historyReplaceState(Object? state, String title, String url)
→ void
-
-
onBeforeUnload()
→ Stream<void>
-
-
-
onFullscreenChange()
→ Stream<void>
-
-
onKeyDown()
→ Stream<void>
-
-
onKeyPress()
→ Stream<void>
-
-
onKeyUp()
→ Stream<void>
-
-
onMouseDown()
→ Stream<void>
-
-
onMouseMove()
→ Stream<void>
-
-
onMouseUp()
→ Stream<void>
-
-
onPopState()
→ Stream<void>
-
-
onResize()
→ Stream<void>
-
-
onVisibilityChange()
→ Stream<void>
-
-
onWindowBlur()
→ Stream<void>
-
-
onWindowClick()
→ Stream<void>
-
-
onWindowFocus()
→ Stream<void>
-
-
Prevents the browser's native right-click context menu globally.
Returns a cancel callback that removes the listener when called.
-
printPage()
→ void
-
-
readFromClipboard()
→ Future<String>
-
-
requestFullscreen()
→ Future<void>
-
-
scrollBy(int x, int y)
→ void
-
-
scrollTo(int x, int y)
→ void
-
-
setCookieStr(String cookieStr)
→ void
-
-
setCssVariable(String name, String value)
→ void
-
-
setDocumentTitle(String value)
→ void
-
-
setLocationHash(String value)
→ void
-
-
windowBlur()
→ void
-
-
windowFocus()
→ void
-
-
windowLocationReplace(String url)
→ void
-
-
windowOpen(String url, String target)
→ void
-