setTrackingConsent method

Future setTrackingConsent(
  1. bool hasConsent
)

Implementation

Future<dynamic> setTrackingConsent(bool hasConsent) async {
  return await _channel.invokeMethod("CleverPush#setTrackingConsent", {'hasConsent': hasConsent});
}