removeNavigationRuleForTriggerStepIdentifier method
Removes the navigation rule from the given step using its identifier
Implementation
removeNavigationRuleForTriggerStepIdentifier(String triggerStepIdentifier) {
_stepNavigationRules.remove(triggerStepIdentifier);
}