(value)
| 66 | |
| 67 | _gcmSenderId: string; |
| 68 | set gcmSenderId(value) { |
| 69 | this._gcmSenderId = value; |
| 70 | } |
| 71 | get gcmSenderId(): string { |
| 72 | if (this._gcmSenderId) { |
| 73 | return this._gcmSenderId; |
nothing calls this directly
no outgoing calls
no test coverage detected