DefaultEventStore constructor
Create a DefaultEventStore with optional predefined locations.
Implementation
DefaultEventStore({required this.locations}) {
populateAllLocations();
}
Create a DefaultEventStore with optional predefined locations.
DefaultEventStore({required this.locations}) {
populateAllLocations();
}