ConsentConfig constructor

const ConsentConfig({
  1. List<String>? granted,
  2. bool? strict,
})

Implementation

const ConsentConfig({this.granted, this.strict});