kConnectionChannel top-level constant
Implementation
const kConnectionChannel = AndroidNotificationChannel(
'connection',
'Online/Offline',
description:
'Notices when your generator connects / disconnects to the internet',
importance: Importance.defaultImportance,
);