DefaultEventStore constructor

DefaultEventStore({
  1. required List<Location> locations,
})

Create a DefaultEventStore with optional predefined locations.

Implementation

DefaultEventStore({required this.locations}) {
  populateAllLocations();
}