AppsFlyerConsent.nonGDPRUser constructor

AppsFlyerConsent.nonGDPRUser()

Implementation

factory AppsFlyerConsent.nonGDPRUser(){
  return AppsFlyerConsent._(
      isUserSubjectToGDPR: false,
      hasConsentForDataUsage: false,
      hasConsentForAdsPersonalization: false
  );
}