unreadAll abstract method

Future<void> unreadAll(
  1. String token,
  2. List<Notification> notifications
)

Marks all notifications as unread.

Implementation

Future<void> unreadAll(String token, List<Notification> notifications);