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