gdtInitialize method
Implementation
Future<bool> gdtInitialize({
required String actionSetId,
required String secretKey,
bool privacyEnable = true,
String channelId = '',
}) {
throw UnimplementedError('gdtInitialize() has not been implemented.');
}