getComments<T> method
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);
Returns a list of comments in the current user's newsfeed.
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('newsfeed.getComments', params);