cancelNotificationsByChannelKey method

  1. @override
Future<void> cancelNotificationsByChannelKey(
  1. String channelKey
)
override

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

Implementation

@override
Future<void> cancelNotificationsByChannelKey(String channelKey) async {}