markNotificationAsDeleted abstract method
- BatchInboxNotificationContent notification
Marks a notification as deleted.
Calling fetchNewNotifications()/fetchNextPage() right away might cause notifications to still be present, as the server needs time to process your request.
Implementation
Future<void> markNotificationAsDeleted(
BatchInboxNotificationContent notification);