menu
flutter_notification_wrapper package
documentation
utils.dart
RxString
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears the string (sets it to empty).
Implementation
void clear() { value = ''; }
flutter_notification_wrapper package
documentation
utils
RxString
clear method
RxString class