removeStateByStateName method

Store removeStateByStateName (String stateName)

This method is usefull to remove a state passing stateName on demand.

Implementation

Store removeStateByStateName(String stateName) {
  _storeHelper.removeStateByStateName(stateName);
  return this;
}