cancelAllSchedules abstract method

Future<void> cancelAllSchedules()

Cancels all active schedules, without dismissing the respective notifications.

This method returns a Future that resolves when all active schedules with the specified group key have been cancelled.

Implementation

Future<void> cancelAllSchedules();