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