kMaintenanceChannel top-level constant

AndroidNotificationChannel const kMaintenanceChannel

Implementation

const kMaintenanceChannel = AndroidNotificationChannel(
  'maintenance',
  'Maintenance Reminders',
  description: 'Reminders on scheduled maintenance',
  importance: Importance.low,
);