cancelNotificationsByChannelKey method
Cancel and dismiss all notifications and schedules with the same channel key
Implementation
@override
Future<void> cancelNotificationsByChannelKey(String channelKey) {
return LocalNotificationsPlatform.instance
.cancelNotificationsByChannelKey(channelKey);
}