reorderAlbums<T> method
Reorders the album in the list of user video albums.
Implementation
Future<ApiResponse<T>> reorderAlbums<T>(Map<String, Object> params) =>
_api.request<T>('video.reorderAlbums', params);
Reorders the album in the list of user video albums.
Future<ApiResponse<T>> reorderAlbums<T>(Map<String, Object> params) =>
_api.request<T>('video.reorderAlbums', params);