removeDimensions method

void removeDimensions(
  1. String id
)

Implementation

void removeDimensions(String id) {
  _dimensions.remove(id);
}