getLists<T> method
Returns a list of the user's friend lists.
Implementation
Future<ApiResponse<T>> getLists<T>(Map<String, Object> params) =>
_api.request<T>('friends.getLists', params);
Returns a list of the user's friend lists.
Future<ApiResponse<T>> getLists<T>(Map<String, Object> params) =>
_api.request<T>('friends.getLists', params);