supportedPlatforms top-level constant

Set<String> const supportedPlatforms

Implementation

const supportedPlatforms = {
  'android',
  'ios',
  'web',
  'macos',
  'windows',
  'linux',
};