cancelNotifications method

Future<void> cancelNotifications()

Implementation

Future<void> cancelNotifications() async {
  await _localNotifications.cancelAll();
}