sdkSupportedPlatforms constant

List<TargetPlatform> const sdkSupportedPlatforms

Implementation

static const List<TargetPlatform> sdkSupportedPlatforms = [
  TargetPlatform.android,
  TargetPlatform.iOS,
  TargetPlatform.macOS
];