AdBlockingConfiguration constructor

AdBlockingConfiguration({
  1. bool? enabled,
})

Implementation

AdBlockingConfiguration({
  this.enabled,
});