kNoticeChannel top-level constant
Implementation
const kNoticeChannel = AndroidNotificationChannel(
'notice',
'Notices',
description: 'Notable device events and reminders',
importance: Importance.low,
);
const kNoticeChannel = AndroidNotificationChannel(
'notice',
'Notices',
description: 'Notable device events and reminders',
importance: Importance.low,
);