menu
flutter_notification_wrapper package
documentation
utils.dart
RxString
prepend method
prepend method
dark_mode
light_mode
prepend
method
void
prepend
(
String
text
)
Prepends text to the current value.
Implementation
void prepend(String text) { value = text + value; }
flutter_notification_wrapper package
documentation
utils
RxString
prepend method
RxString class