saveOwnerPhoto<T> method
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);