(value)
| 144 | |
| 145 | _googleAppId: string; |
| 146 | set googleAppId(value) { |
| 147 | this._googleAppId = value; |
| 148 | } |
| 149 | get googleAppId(): string { |
| 150 | if (this._googleAppId) { |
| 151 | return this._googleAppId; |
nothing calls this directly
no outgoing calls
no test coverage detected