menu
vyuh_core package
documentation
plugin/telemetry/noop_telemetry_provider.dart
NoOpTrace
setMetric method
setMetric method
dark_mode
light_mode
setMetric
method
@
override
void
setMetric
(
String
name
,
int
value
)
override
Sets a metric with a specific name and value.
Implementation
@override void setMetric(String name, int value) {}
vyuh_core package
documentation
plugin/telemetry/noop_telemetry_provider
NoOpTrace
setMetric method
NoOpTrace class