getNewTags<T> method

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

Returns a list of photos with tags that have not been viewed.

Implementation

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