menu
neomage package
documentation
utils/constants/system.dart
SystemConstants
supportedPlatforms constant
supportedPlatforms constant
dark_mode
light_mode
supportedPlatforms
constant
List
<
String
>
const
supportedPlatforms
Implementation
static const List<String> supportedPlatforms = [ 'macos', 'linux', 'windows', 'android', 'ios', ];
neomage package
documentation
utils/constants/system
SystemConstants
supportedPlatforms constant
SystemConstants class