markAsViewed<T> method

Future<ApiResponse<T>> markAsViewed<T>(
  1. Map<String, Object> params
)

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);