menu
amc_nas_lib package
documentation
client/utils/platform_utils.dart
PlatformUtils
isWeb static method
isWeb static method
dark_mode
light_mode
isWeb
static method
bool
isWeb
(
)
判断是否为Web端
Implementation
static bool isWeb() { return getPlatformType() == PlatformType.web; }
amc_nas_lib package
documentation
client/utils/platform_utils
PlatformUtils
isWeb static method
PlatformUtils class