(value)
| 54 | |
| 55 | _gcmSenderId: string; |
| 56 | set gcmSenderId(value) { |
| 57 | this._gcmSenderId = value; |
| 58 | } |
| 59 | get gcmSenderId(): string { |
| 60 | if (this._gcmSenderId) { |
| 61 | return this._gcmSenderId; |
nothing calls this directly
no outgoing calls
no test coverage detected