uploadFile abstract method
- @POST("rtc/meeting/chat/uploadAttachment")
- @MultiPart()
- @Part() File file, {
- @SendProgress() ProgressCallback? onSendProgress,
Implementation
@POST("rtc/meeting/chat/uploadAttachment")
@MultiPart()
Future<BaseResponse<UploadData>> uploadFile(@Part() File file,
{@SendProgress() ProgressCallback? onSendProgress});