supportedPlatforms top-level constant

List<TargetPlatform> const supportedPlatforms

Implementation

const supportedPlatforms = [
  TargetPlatform.android,
  TargetPlatform.iOS,
];