kWarningChannel top-level constant

AndroidNotificationChannel const kWarningChannel

Implementation

const kWarningChannel = AndroidNotificationChannel(
  'warning',
  'Warnings',
  description: 'Device warning events',
  importance: Importance.defaultImportance,
);