MCPcopy Create free account
hub / github.com/NativeScript/firebase / removeMetric

Method removeMetric

packages/firebase-performance/index.android.ts:103–105  ·  view source on GitHub ↗
(metricName: string)

Source from the content-addressed store, hash-verified

101 this.native.putMetric(metricName, value);
102 }
103 removeMetric(metricName: string): void {
104 this.native.removeAttribute(metricName);
105 }
106 start() {
107 this.native.start();
108 }

Callers

nothing calls this directly

Calls 1

removeAttributeMethod · 0.65

Tested by

no test coverage detected