(attribute: string)
| 83 | } |
| 84 | |
| 85 | getAttribute(attribute: string): string { |
| 86 | return this.native.getAttribute(attribute); |
| 87 | } |
| 88 | getMetric(metricName: string): number { |
| 89 | return this.native.getLongMetric(metricName); |
| 90 | } |
nothing calls this directly
no test coverage detected