gdtInitialize method

Future<bool> gdtInitialize({
  1. required String actionSetId,
  2. required String secretKey,
  3. bool privacyEnable = true,
  4. String channelId = '',
})

Implementation

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