removeTag<T> method

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

Removes a tag from a photo.

Implementation

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