getLists<T> method

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

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