ConsentWidget3 constructor

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

Implementation

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