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