$DevicePlatformMap top-level constant
Implementation
const $DevicePlatformMap = {
DevicePlatform.ios: 'iOS',
DevicePlatform.android: 'Android',
DevicePlatform.web: 'Web'
};
const $DevicePlatformMap = {
DevicePlatform.ios: 'iOS',
DevicePlatform.android: 'Android',
DevicePlatform.web: 'Web'
};