removeStateByStateName function
This method is usefull to remove a state passing stateName on demand.
Implementation
removeStateByStateName(String stateName) {
_store.removeStateByStateName(stateName);
}
This method is usefull to remove a state passing stateName on demand.
removeStateByStateName(String stateName) {
_store.removeStateByStateName(stateName);
}