unregisterType method
Removes governmentType only from the active governmentTypes
Implementation
@override
void unregisterType(GovernmentType governmentType) {
_activeGovernmentTypes.remove(getType(governmentType.getGovernmentType()));
}
Removes governmentType only from the active governmentTypes
@override
void unregisterType(GovernmentType governmentType) {
_activeGovernmentTypes.remove(getType(governmentType.getGovernmentType()));
}