menu
messenger
util/platform_utils.dart
PlatformUtilsImpl
isWindows property
isWindows
dark_mode
light_mode
isWindows
property
bool
get
isWindows
Indicates whether device's OS is Windows.
Implementation
bool get isWindows => GetPlatform.isWindows;
messenger
platform_utils
PlatformUtilsImpl
isWindows property
PlatformUtilsImpl class