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