isDoNotSell static method

Future<bool?> isDoNotSell()

Returns true if the user has opted out of interest-based advertising.

Or, returns false if the user has not opted out of interest-based advertising.

California Consumer Privacy Act (“CCPA”)

Implementation

static Future<bool?> isDoNotSell() {
  return channel.invokeMethod('isDoNotSell');
}