getLGPDDataCollection method

Future<int> getLGPDDataCollection()

获取当前 LGPD等级: 0 允许上报 , 1 不允许上报, 2 未设置

Implementation

Future<int> getLGPDDataCollection() async {
  return await TradplusSdk.channel.invokeMethod('tp_getLGPDConsent');
}