menu
scouting_app_2024
extern\platform.dart
UsefulPlatform
isDesktop static method
isDesktop
brightness_4
brightness_5
isDesktop
static method
bool
isDesktop
(
)
Implementation
static bool isDesktop() => Platform.isLinux || Platform.isWindows || Platform.isMacOS;
scouting_app_2024
platform
UsefulPlatform
isDesktop static method
UsefulPlatform extension