getWorkflowState method
- String workflowId
override
Gets the current state of a workflow.
Implementation
@override
GeofenceWorkflowState? getWorkflowState(String workflowId) =>
_instance.getWorkflowState(workflowId);
Gets the current state of a workflow.
@override
GeofenceWorkflowState? getWorkflowState(String workflowId) =>
_instance.getWorkflowState(workflowId);