cancelNotificationsByChannelKey method
Cancel and dismiss all notifications and schedules with the same channel key
Implementation
@override
Future<void> cancelNotificationsByChannelKey(String channelKey) async {
await methodChannel.invokeMethod(
CHANNEL_METHOD_CANCEL_NOTIFICATIONS_BY_CHANNEL_KEY, channelKey);
}