(metricName: string)
| 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 | } |
nothing calls this directly
no test coverage detected