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