enableCoppaControl method

Future<void> enableCoppaControl()

Enable COPPA (Children's Online Privacy Protection Act) restrictions on IDFA, IDFV, city, IP address and location tracking.

This can be used by any customer that does not want to collect IDFA, IDFV, city, IP address and location tracking.

Implementation

Future<void> enableCoppaControl() async {
  return await _channel.invokeMethod(
      'enableCoppaControl', jsonEncode(_baseProperties()));
}