ConsentUpdateCall constructor

const ConsentUpdateCall({
  1. bool? tagForUnderAgeOfConsent,
  2. ConsentDebugOptions? debug,
})

Creates a record of the call's arguments.

Implementation

const ConsentUpdateCall({this.tagForUnderAgeOfConsent, this.debug});