getPhotoUploadServer<T> method

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

Returns URL for uploading a story with photo.

Implementation

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