use method

void use(
  1. Stylesheet sheet
)

Implementation

void use(Stylesheet sheet) {
  _registered.add(sheet.path);
}