getWorkflowState static method

GeofenceWorkflowState? getWorkflowState(
  1. String workflowId
)

Implementation

static GeofenceWorkflowState? getWorkflowState(String workflowId) {
  return _workflowEngine?.getState(workflowId);
}