clearDecorations method

bool clearDecorations()

Implementation

bool clearDecorations() {
  if (_decorationLayers.isEmpty) {
    return false;
  }
  _decorationLayers.clear();
  _rebuildDecorations();
  return true;
}