getNewTags<T> method
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);
Returns a list of photos with tags that have not been viewed.
Future<ApiResponse<T>> getNewTags<T>(Map<String, Object> params) =>
_api.request<T>('photos.getNewTags', params);