getGDPRSetting method

Future<int> getGDPRSetting()

Implementation

Future<int> getGDPRSetting() async {
  int consentStatus = await _platform.invokeMethod('getGDPRSetting');
  return consentStatus;
}