registerType method
Adds emblemShape to the list of all emblemShape types and active emblemShape types
Implementation
@override
void registerType(SvgWrapper emblemShape) {
_emblemShapes.add(emblemShape);
_activeSvgWrappers.add(emblemShape);
}
Adds emblemShape to the list of all emblemShape types and active emblemShape types
@override
void registerType(SvgWrapper emblemShape) {
_emblemShapes.add(emblemShape);
_activeSvgWrappers.add(emblemShape);
}