onCustomControllerUpdate static method
隐私限制更新
Implementation
static void onCustomControllerUpdate(ZJCustomController? customController) {
_sdkMethodChannel.invokeMethod("onCustomControllerUpdate",
{"customController": customController?.toMap()});
}