GeofenceWorkflowEngine constructor
- required Stream<
GeolocationEvent> events, - WorkflowStateStore? stateStore,
Implementation
GeofenceWorkflowEngine({
required Stream<GeolocationEvent<dynamic>> events,
this.stateStore,
}) : _events = events;
GeofenceWorkflowEngine({
required Stream<GeolocationEvent<dynamic>> events,
this.stateStore,
}) : _events = events;