workflowEvents property
Implementation
static Stream<GeofenceWorkflowEvent> get workflowEvents {
_workflowEngine ??= GeofenceWorkflowEngine(events: events);
return _workflowEngine!.events;
}
static Stream<GeofenceWorkflowEvent> get workflowEvents {
_workflowEngine ??= GeofenceWorkflowEngine(events: events);
return _workflowEngine!.events;
}