desktopPlatforms top-level constant

List const desktopPlatforms

Implementation

const List<TargetPlatform> desktopPlatforms = [
  TargetPlatform.macOS,
  TargetPlatform.linux,
  TargetPlatform.windows,
];