menu
webf package
documentation
css.dart
CSSStyleSheet
replace method
replace method
dark_mode
light_mode
replace
method
Future
replace
(
String
text
)
Implementation
Future replace(String text) async { return Future(() { replaceSync(text); }); }
webf package
documentation
css
CSSStyleSheet
replace method
CSSStyleSheet class