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

Method removeMetric

packages/firebase-performance/index.ios.ts:123–125  ·  view source on GitHub ↗
(metricName: string)

Source from the content-addressed store, hash-verified

121 this.native.setIntValueForMetric(value, metricName);
122 }
123 removeMetric(metricName: string): void {
124 this.native.removeAttribute(metricName);
125 }
126 start() {
127 this.native.start();
128 }

Callers

nothing calls this directly

Calls 1

removeAttributeMethod · 0.65

Tested by

no test coverage detected