clearDecorationLayer method
Clears one named decoration layer.
Implementation
void clearDecorationLayer(String layerKey) {
final changed = _model.clearDecorationLayer(layerKey);
if (changed) {
notifyListeners();
}
}
Clears one named decoration layer.
void clearDecorationLayer(String layerKey) {
final changed = _model.clearDecorationLayer(layerKey);
if (changed) {
notifyListeners();
}
}