ConsentListener typedef

ConsentListener = void Function(bool? consent)

Implementation

typedef void ConsentListener(bool? consent);