cancelNotificationsByChannelKey abstract method

Future<void> cancelNotificationsByChannelKey(
  1. String channelKey
)

Cancel and dismiss all notifications and schedules with the same channel key

Implementation

Future<void> cancelNotificationsByChannelKey(String channelKey);