add method
- @override
Appends a CSS rule at the end of this stylesheet.
Implementation
@override
void add(String rule) {
_unimplemented();
}
Appends a CSS rule at the end of this stylesheet.
@override
void add(String rule) {
_unimplemented();
}