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