ConsentWidget2 constructor

const ConsentWidget2({
  1. Key? key,
  2. required String adUnitId,
  3. required dynamic callback(
    1. bool,
    2. bool
    ),
})

Implementation

const ConsentWidget2({super.key, required this.adUnitId, required this.callback});