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