allowAnnotation abstract method
Implementation
@PUT("rtc/meeting/allowAnnotation")
Future<BaseResponse<dynamic>> allowAnnotation(
@Header("Authorization") String token,
@Header("x-self-identity") String selfIdentity,
@Body() Map<String, dynamic> body,
);