subscribeOnConsentLost abstract method

Future<void> subscribeOnConsentLost(
  1. Future handler(
    1. int consentType
    )
)

Implementation

Future<void> subscribeOnConsentLost(Future<dynamic> handler(int consentType));