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