storage property
Always-enabled in-memory storage, so plugin tests exercise the real namespacing behavior rather than a stub.
Implementation
@override
final VantageStorage storage = VantageMemoryStorage(enabled: true);
Always-enabled in-memory storage, so plugin tests exercise the real namespacing behavior rather than a stub.
@override
final VantageStorage storage = VantageMemoryStorage(enabled: true);