setDfpBiddingTargetingKey method
- String key
Sets custom targeting key used for DFP Bidding.
key: Custom targeting key.
Implementation
Future<void> setDfpBiddingTargetingKey(String key) async {
try {
await AatkitFlutterPluginPlatform.instance.setDfpBiddingTargetingKey(key);
} on PlatformException catch (e) {
aatkitLog("PlatformException, error: $e");
}
}