DidReceiveConsent typedef

DidReceiveConsent = void Function(String consent, Map<String, dynamic> jsonObject)

Implementation

typedef DidReceiveConsent = void Function(
    String consent, Map<String, dynamic> jsonObject);