putCurrency method
Sets the currency property for e-commerce events.
currency
- The currency code (e.g., 'USD', 'EUR').
Implementation
void putCurrency(String currency) {
__map["currency"] = currency;
}
Sets the currency property for e-commerce events.
currency
- The currency code (e.g., 'USD', 'EUR').
void putCurrency(String currency) {
__map["currency"] = currency;
}