callCustomAdClick static method
dynamic
callCustomAdClick()
Implementation
static callCustomAdClick(BuildContext context, String id, int type, int location, String key, String value) {
LiveSdkManager.instance.callback()?.onCustomAdClick?.call(context, id, type, location, key, value);
}