menu
messenger
util/platform_utils.dart
PlatformUtilsImpl
isWeb property
isWeb
dark_mode
light_mode
isWeb
property
bool
get
isWeb
Indicates whether application is running in a web browser.
Implementation
bool get isWeb => GetPlatform.isWeb;
messenger
platform_utils
PlatformUtilsImpl
isWeb property
PlatformUtilsImpl class