(reason: 'missing' | 'invalid')
| 157 | } |
| 158 | |
| 159 | notifyApiKeyError(reason: 'missing' | 'invalid') { |
| 160 | this.postMessage({ command: 'apiKeyError', reason }); |
| 161 | } |
| 162 | |
| 163 | dismissErrorOverlays() { |
| 164 | this.postMessage({ command: 'dismissErrorOverlays' }); |
no test coverage detected