uploadViaHTTP abstract method

Future<RequestResponse<L>> uploadViaHTTP(
  1. K uploadFileParams
)

Returns UploadFileResponse on uploading of file. This method should be used if uploadFile fails.

Implementation

Future<RequestResponse<L>> uploadViaHTTP(K uploadFileParams);