editAlbum<T> method

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

Edits the title of a video album.

Implementation

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