storage

Set the storage provider (required).

No default — apps must choose a backend (SQLDelight for production, in-memory for tests).

// Production:
.storage(SqlDelightStorageProvider(baseDir = "/data/meshtastic"))

// Tests:
.storage(InMemoryStorageProvider())