getComments<T> method

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

Returns a list of comments in the current user's newsfeed.

Implementation

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