lkPlatformIsDesktop function
Implementation
bool lkPlatformIsDesktop() => [
PlatformType.macOS,
PlatformType.windows,
PlatformType.linux
].contains(lkPlatform());
bool lkPlatformIsDesktop() => [
PlatformType.macOS,
PlatformType.windows,
PlatformType.linux
].contains(lkPlatform());