()
| 52 | intercom("shutdown"); |
| 53 | }, |
| 54 | hide() { |
| 55 | const intercom = window.Intercom; |
| 56 | if (typeof intercom === "undefined") return; |
| 57 | intercom("hide"); |
| 58 | }, |
| 59 | show() { |
| 60 | const intercom = window.Intercom; |
| 61 | if (typeof intercom === "undefined") return; |
nothing calls this directly
no outgoing calls
no test coverage detected