kShutdownChannel top-level constant

AndroidNotificationChannel const kShutdownChannel

Implementation

const kShutdownChannel = AndroidNotificationChannel(
  'shutdown',
  'Shutdowns',
  description: 'Critical device shutdown events',
  importance: Importance.high,
);