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