markAllAsRead abstract method

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

Marks all notifications as read.

Implementation

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