static Future<void> dismissNotification(int notificationID) async { await AwesomeNotifications().dismiss(notificationID); }