isDesktop property
bool
get
isDesktop
Implementation
static bool get isDesktop =>
(Platform.isLinux || Platform.isWindows || Platform.isMacOS);
static bool get isDesktop =>
(Platform.isLinux || Platform.isWindows || Platform.isMacOS);