markAsRead abstract method

Future<void> markAsRead(
  1. String token,
  2. Notification notification
)

Marks the given notification as read.

Implementation

Future<void> markAsRead(String token, Notification notification);