initTCConsent method

  1. @override
Future<void> initTCConsent()
override

Implementation

@override
Future<void> initTCConsent() async
{
  methodChannel.setMethodCallHandler(privacyCallbackHandler);
  await methodChannel.invokeMethod<String>('initTCConsent', {'siteID': SITE_ID, 'privacyID': PRIVACY_ID});
}