registerType method

  1. @override
void registerType(
  1. SvgWrapper emblemShape
)
override

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);
}