allPlatforms top-level constant

List<String> const allPlatforms

All supported platform names.

Implementation

const List<String> allPlatforms = <String>[
  'ios',
  'android',
  'macos',
  'web',
  'windows',
  'linux',
];