standardValues constant

List<CapabilityId> const standardValues

Stable ordering used by scaffolds and human-readable output.

Implementation

static const List<CapabilityId> standardValues = <CapabilityId>[
  auth,
  analytics,
  secureApi,
  nativeNavigation,
  mediaVideo,
  mediaAudio,
  documentPdf,
  browserWebview,
  locationCurrent,
  fileUpload,
  fileDownload,
  cameraCapturePhoto,
  mediaPreview,
  flashlightControl,
  qrScanner,
  systemShare,
];