Drain the persist queue — resolves when any queued write is committed. No-op if no adapter.
()
| 502 | // ── Lifecycle ────────────────────────────────────────────────────────────── |
| 503 | /** Drain the persist queue — resolves when any queued write is committed. No-op if no adapter. */ |
| 504 | flush(): Promise<void>; |
| 505 | dispose(): void; |
| 506 | } |
no outgoing calls
no test coverage detected