storeRefRegistry top-level property

Map<String, List<(String, Ref)>> get storeRefRegistry

Read-only access to the store refs (for HMR).

Implementation

Map<String, List<(String, Ref<dynamic>)>> get storeRefRegistry => Map.unmodifiable(_storeRefs);