hydrate abstract method
Hydration function called to read data from persistence. If no entities are specified, then it hydrations all persisted data. if entities are specified, it hydrates only the data from the paths under those entities.
Implementation
Future<Json> hydrate([List<StoreReference>? refs]);