lkPlatformIsDesktop function

bool lkPlatformIsDesktop()

Implementation

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