replace abstract method

Future<CSSStyleSheet> replace(
  1. String text
)

Asynchronously replaces the content of the stylesheet.

Implementation

Future<CSSStyleSheet> replace(String text);