unread abstract method

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

Marks the given notification as unread.

Implementation

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