SupportedPlatform$json top-level constant
- @Deprecated('Use supportedPlatformDescriptor instead')
Implementation
@$core.Deprecated('Use supportedPlatformDescriptor instead')
const SupportedPlatform$json = {
'1': 'SupportedPlatform',
'2': [
{'1': 'PLATFORM_UNDEFINED', '2': 0},
{'1': 'ANDROID', '2': 1},
{'1': 'IOS', '2': 2},
{'1': 'WEB', '2': 3},
],
};