unregisterType method
Removes holidayType only from the active holiday types
Implementation
@override
void unregisterType(HolidayType holidayType) {
_activeHolidayTypes.remove(getType(holidayType.getHolidayType()));
}
Removes holidayType only from the active holiday types
@override
void unregisterType(HolidayType holidayType) {
_activeHolidayTypes.remove(getType(holidayType.getHolidayType()));
}