getSupportedPlatforms method

  1. @override
List<PlatformType> getSupportedPlatforms()
override

Get list of supported platforms

Implementation

@override
List<PlatformType> getSupportedPlatforms() => [
      PlatformType.android,
      PlatformType.iOS,
      PlatformType.web,
      PlatformType.linux,
      PlatformType.macOS,
      PlatformType.windows,
    ];