getLists<T> method
Returns a list of newsfeeds followed by the current user.
Implementation
Future<ApiResponse<T>> getLists<T>(Map<String, Object> params) =>
_api.request<T>('newsfeed.getLists', params);
Returns a list of newsfeeds followed by the current user.
Future<ApiResponse<T>> getLists<T>(Map<String, Object> params) =>
_api.request<T>('newsfeed.getLists', params);