unignoreItem<T> method

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

Returns a hidden item to the newsfeed.

Implementation

Future<ApiResponse<T>> unignoreItem<T>(Map<String, Object> params) =>
    _api.request<T>('newsfeed.unignoreItem', params);