Added markAll as read for notification
This commit is contained in:
@@ -18,7 +18,8 @@ class NotificationsRepository {
|
||||
);
|
||||
}
|
||||
|
||||
Future<Result<NotificationResponseModel>> markAllAsRead() async {
|
||||
return _notificationsService.markAllAsRead();
|
||||
}
|
||||
Future<Result<Map<String, dynamic>>> markAllAsRead() async {
|
||||
return _notificationsService.markAllAsRead();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user