setGlobalExtraProperties static method
set global extra properties for the Taboola SDK.
arguments: extraProperties HashMap<String,dynamic> a map of extra properties to set.
Implementation
static setGlobalExtraProperties(HashMap<String, String> extraProperties) {
// Single source of truth - properties stored only in manager
_extraPropertiesManager.setGlobalExtraProperties(extraProperties);
}