reorderAlbums<T> method

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

Reorders the collections list.

Implementation

Future<ApiResponse<T>> reorderAlbums<T>(Map<String, Object> params) =>
    _api.request<T>('market.reorderAlbums', params);