dismissNotificationsByChannelKey method
Dismiss all active notifications with the same channel key on status bar, without cancel the active respective schedules
Implementation
@override
Future<void> dismissNotificationsByChannelKey(String channelKey) {
return LocalNotificationsPlatform.instance
.dismissNotificationsByChannelKey(channelKey);
}