menu
vyuh_core package
documentation
plugin/telemetry/noop_telemetry_provider.dart
NoOpTrace
getMetric method
getMetric method
dark_mode
light_mode
getMetric
method
@
override
int
getMetric
(
String
name
)
override
Gets a metric with a specific name.
Implementation
@override int getMetric(String name) => 0;
vyuh_core package
documentation
plugin/telemetry/noop_telemetry_provider
NoOpTrace
getMetric method
NoOpTrace class