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