markAllAsRead abstract method
- String token,
- List<
Notification> notifications
Marks all notifications
as read.
Implementation
Future<void> markAllAsRead(String token, List<Notification> notifications);
Marks all notifications
as read.
Future<void> markAllAsRead(String token, List<Notification> notifications);