add method

  1. @override
void add (String rule)

Appends a CSS rule at the end of this stylesheet.

Implementation

@override
void add(String rule) {
  _unimplemented();
}