$DevicePlatformMap top-level constant

Map<DevicePlatform, String> const $DevicePlatformMap

Implementation

const $DevicePlatformMap = {
  DevicePlatform.ios: 'iOS',
  DevicePlatform.android: 'Android',
  DevicePlatform.web: 'Web'
};