updateChatAttachmentConsent abstract method
- @PUT.new("rtc/chatAttachmentDownloadConsent")
Implementation
@PUT("rtc/chatAttachmentDownloadConsent")
Future<BaseResponse<ChatAttachmentConsentModel>> updateChatAttachmentConsent(
@Header("Authorization") String token,
@Body() Map<String, dynamic> body,
);