isDesktop property
bool
get
isDesktop
Implementation
static bool get isDesktop {
return Platform.isLinux || Platform.isMacOS || Platform.isWindows;
}
static bool get isDesktop {
return Platform.isLinux || Platform.isMacOS || Platform.isWindows;
}