cancelNotifications method

Future<void> cancelNotifications()

Implementation

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