reorderAlbums<T> method
Reorders the collections list.
Implementation
Future<ApiResponse<T>> reorderAlbums<T>(Map<String, Object> params) =>
_api.request<T>('market.reorderAlbums', params);
Reorders the collections list.
Future<ApiResponse<T>> reorderAlbums<T>(Map<String, Object> params) =>
_api.request<T>('market.reorderAlbums', params);