// 产品平台标识符 class Platforms { Platforms._(); static const String iOS = 'mobile-ios'; static const String android = 'mobile-android'; static const String windows = 'desktop-windows'; static const String macOS = 'desktop-macos'; }