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