s_webview/src/_s_webview/web_utils/web_utils_web library
Web implementation of web utilities.
This file is only loaded on web platforms and provides access to browser-specific functionality.
Uses package:web for WASM compatibility instead of dart:html.
Functions
-
openInNewTab(
String url) → void - Opens a URL in a new browser tab (web platform only).