()
| 57 | intercom("hide"); |
| 58 | }, |
| 59 | show() { |
| 60 | const intercom = window.Intercom; |
| 61 | if (typeof intercom === "undefined") return; |
| 62 | intercom("show"); |
| 63 | }, |
| 64 | showMessages() { |
| 65 | const intercom = window.Intercom; |
| 66 | if (typeof intercom === "undefined") return; |
nothing calls this directly
no outgoing calls
no test coverage detected