menu
vyuh_core package
documentation
plugin/analytics/analytics_provider.dart
AnalyticsTrace
setMetric abstract method
setMetric abstract method
dark_mode
light_mode
setMetric
abstract method
void
setMetric
(
String
name
,
int
value
)
Sets a metric with a specific name and value.
Implementation
void setMetric(String name, int value);
vyuh_core package
documentation
plugin/analytics/analytics_provider
AnalyticsTrace
setMetric abstract method
AnalyticsTrace class