mark single notification as read
This commit is contained in:
@@ -39,4 +39,10 @@ class NotificationsRepository {
|
||||
offset: offset,
|
||||
);
|
||||
}
|
||||
|
||||
Future<Result<NotificationResponseModel>> markAsRead({
|
||||
required String notificationId,
|
||||
}) {
|
||||
return _notificationsService.markAsRead(notificationId: notificationId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user