getRoutingState method
NOTE: For debugging purposes only Returns the internal state of the state machine
Implementation
RoutingState getRoutingState() {
return _routingState;
}
NOTE: For debugging purposes only Returns the internal state of the state machine
RoutingState getRoutingState() {
return _routingState;
}