supportedPlatforms constant

List<String> const supportedPlatforms

Implementation

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