remove method

void remove(
  1. ChartLayer layer
)

Implementation

void remove(ChartLayer layer) => _layers.remove(layer);