storage property

  1. @override
VantageStorage storage
final

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);