setUsPrivacy method

Future<void> setUsPrivacy(
  1. String consent
)

The CCPA consent string, should match the IAB specifications.

Implementation

Future<void> setUsPrivacy(String consent) async {
  _mapValue = await _channel.invokeMethod('setUsPrivacy', [consent]);
}