dismissNotificationsByChannelKey abstract method

Future<void> dismissNotificationsByChannelKey(
  1. String channelKey
)

Dismiss all active notifications with the same channel key on status bar, without cancel the active respective schedules

Implementation

Future<void> dismissNotificationsByChannelKey(String channelKey);