storeRegistry top-level property

Map<String, dynamic> get storeRegistry

Read-only access to the store registry (for HMR and dev tools).

Implementation

Map<String, dynamic> get storeRegistry => Map.unmodifiable(_stores);