(value)
| 77 | |
| 78 | _androidClientId: string; |
| 79 | set androidClientId(value) { |
| 80 | this._androidClientId = value; |
| 81 | } |
| 82 | get androidClientId(): string { |
| 83 | if (this._androidClientId) { |
| 84 | return this._androidClientId; |
nothing calls this directly
no outgoing calls
no test coverage detected