s_webview/src/_s_webview/web_utils/web_utils_stub library
Stub implementation of web utilities for non-web platforms.
On native platforms (iOS, Android, macOS, Windows, Linux), web-specific functionality is not available.
Functions
-
applyIframeFilter(
String src, String filter) → void -
Applies a CSS filter to the iframe corresponding to
src(no-op on non-web platforms). -
openInNewTab(
String url) → void - Opens a URL in a new browser tab (no-op on non-web platforms).