True once any consent decision (or the first-run notice) is on disk.
()
| 227 | |
| 228 | /** True once any consent decision (or the first-run notice) is on disk. */ |
| 229 | hasStoredChoice(): boolean { |
| 230 | return this.readConfig() !== null; |
| 231 | } |
| 232 | |
| 233 | // -------------------------------------------------------------- recording |
| 234 |
no test coverage detected