()
| 136 | _app: FirebaseApp; |
| 137 | |
| 138 | constructor() { |
| 139 | if (defaultPerformance) { |
| 140 | return defaultPerformance; |
| 141 | } |
| 142 | defaultPerformance = this; |
| 143 | this._native = FIRPerformance.sharedInstance(); |
| 144 | } |
| 145 | |
| 146 | get isPerformanceCollectionEnabled(): boolean { |
| 147 | return this.native.dataCollectionEnabled; |
nothing calls this directly
no outgoing calls
no test coverage detected