markAsViewed<T> method
Resets the counter of new notifications about other users' feedback to the current user's wall posts.
Implementation
Future<ApiResponse<T>> markAsViewed<T>(Map<String, Object> params) =>
_api.request<T>('notifications.markAsViewed', params);