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