Where a "yes, and stop asking" answer is kept.
Shaped so a TypedStorage<boolean> from defineStorage satisfies it directly: the acknowledgement is persisted state, and it belongs in the same declaration as everything else the extension stores.
TypedStorage<boolean>
defineStorage
The stored answer. Anything but true means ask again.
true
Records the affirmative acknowledgement; async persistence is awaited.
Where a "yes, and stop asking" answer is kept.
Shaped so a
TypedStorage<boolean>fromdefineStoragesatisfies it directly: the acknowledgement is persisted state, and it belongs in the same declaration as everything else the extension stores.