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