cancelNotification method

dynamic cancelNotification()

Implementation

cancelNotification() async {
  await _notificationsPlugin.cancelAll();
}