kConnectionChannel top-level constant

AndroidNotificationChannel const kConnectionChannel

Implementation

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