getAlbumsCount<T> method

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

Returns the number of photo albums belonging to a user or community.

Implementation

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