saveOwnerPhoto<T> method

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

Saves a profile or community photo. Upload URL can be got with the Photos.getOwnerPhotoUploadServer method.

Implementation

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