getState method

GeofenceWorkflowState? getState(
  1. String workflowId
)

Implementation

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