channel property
AndroidNotificationChannel
channel
getter/setter pair
Create a AndroidNotificationChannel
for heads up notifications
Implementation
static AndroidNotificationChannel channel = AndroidNotificationChannel(
'high_importance_channel', // id
'High Importance Notifications', // title
// 'This channel is used for important notifications.', // description
importance: Importance.high,
);