cancelAll abstract method

Future<void> cancelAll()

Cancels all active notifications and schedules.

This method returns a Future that resolves when all active notifications and schedules have been cancelled.

Implementation

Future<void> cancelAll();