menu
u package
documentation
utils/web/u_web_native.dart
UWebBridge
fetch static method
fetch static method
dark_mode
light_mode
fetch
static method
Future
<
String
?
>
fetch
(
String
url
,
String
cacheMode
)
Implementation
static Future<String?> fetch(String url, String cacheMode) async => null;
u package
documentation
utils/web/u_web_native
UWebBridge
fetch static method
UWebBridge class