remove static method

dynamic remove(
  1. String name
)

Remove a CounterStyle from the registry

Implementation

static remove(String name) {
  _styleMap.remove(name);
}