getState method
- String workflowId
Implementation
GeofenceWorkflowState? getState(String workflowId) {
final runtime = _states[workflowId];
return runtime?.snapshot();
}
GeofenceWorkflowState? getState(String workflowId) {
final runtime = _states[workflowId];
return runtime?.snapshot();
}