isDesktop property
bool
get
isDesktop
Implementation
static bool get isDesktop =>
dart.isLinux || dart.isMacOS || dart.isWindows || dart.isFuchsia;
static bool get isDesktop =>
dart.isLinux || dart.isMacOS || dart.isWindows || dart.isFuchsia;