setGDPRSetting method

Future<void> setGDPRSetting(
  1. bool consent
)

Implementation

Future<void> setGDPRSetting(bool consent) async {
  return await _platform.invokeMethod('setGDPRSetting', consent);
}