editList<T> method
Edits a friend list of the current user.
Implementation
Future<ApiResponse<T>> editList<T>(Map<String, Object> params) =>
_api.request<T>('friends.editList', params);
Edits a friend list of the current user.
Future<ApiResponse<T>> editList<T>(Map<String, Object> params) =>
_api.request<T>('friends.editList', params);