move<T> method

Future<ApiResponse<T>> move<T>(
  1. Map<String, Object> params
)

Moves a photo from one album to another.

Implementation

Future<ApiResponse<T>> move<T>(Map<String, Object> params) =>
    _api.request<T>('photos.move', params);