registerLayer method

void registerLayer(
  1. ChartLayer layer
)

Implementation

void registerLayer(ChartLayer layer) => _layers.add(layer);