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