markAsRead abstract method
- String token,
- Notification notification
Marks the given notification
as read.
Implementation
Future<void> markAsRead(String token, Notification notification);
Marks the given notification
as read.
Future<void> markAsRead(String token, Notification notification);