设置屏蔽指定广告平台不请求广告
Future<void> setForbidNetworkIdList(List<String> list) async { TradplusSdk.channel.invokeMethod('tp_setForbidNetworkIdList', list); }