menu
xutils package
documentation
info/info.dart
Info
isWeb static method
isWeb static method
dark_mode
light_mode
isWeb
static method
bool
isWeb
(
)
Check if current platform is web
Implementation
static bool isWeb() => kIsWeb;
xutils package
documentation
info/info
Info
isWeb static method
Info class