menu
google_analytics_legacy package
documentation
product.dart
Product
setCustomMetric method
setCustomMetric method
dark_mode
light_mode
setCustomMetric
method
void
setCustomMetric
(
int
index
,
int
?
value
)
Implementation
void setCustomMetric(final int index, final int? value) { _put(ZZD.zzp(index), value.toString()); }
google_analytics_legacy package
documentation
product
Product
setCustomMetric method
Product class