removeStyleSheet method

void removeStyleSheet(
  1. CSSStyleSheet sheet
)

Implementation

void removeStyleSheet(CSSStyleSheet sheet) {
  styleSheets.remove(sheet);
  recalculateDocumentStyle();
}