channel constant

AndroidNotificationChannel const channel

Implementation

static const AndroidNotificationChannel channel = AndroidNotificationChannel(
  'com.carenx.fetosense.channel', // id
  'Fetosense', // title
  importance: Importance.high,
  enableVibration: true,
  playSound: true,
);