← Back to Stormify Documentation

refresh

fun refresh()

Forces the list to re-query the database on its next access.

Call this after mutating data outside the list's awareness — e.g. stormify.create(entity) / stormify.update(entity) / stormify.delete(entity) — so the next read reflects the change.