markNotificationAsRead abstract method

Future<Notification> markNotificationAsRead(
  1. Notification notification
)

Marks the given notification as read.

Implementation

Future<Notification> markNotificationAsRead(Notification notification);