addList<T> method
Creates a new friend list for the current user.
Implementation
Future<ApiResponse<T>> addList<T>(Map<String, Object> params) =>
_api.request<T>('friends.addList', params);
Creates a new friend list for the current user.
Future<ApiResponse<T>> addList<T>(Map<String, Object> params) =>
_api.request<T>('friends.addList', params);