move<T> method
Moves a photo from one album to another.
Implementation
Future<ApiResponse<T>> move<T>(Map<String, Object> params) =>
_api.request<T>('photos.move', params);
Moves a photo from one album to another.
Future<ApiResponse<T>> move<T>(Map<String, Object> params) =>
_api.request<T>('photos.move', params);