RxStringExtensions extension

Extension methods for Rx<String> to support string operations on reactive values.

on

Methods

add(String value) → void

Available on Rx<String>, provided by the RxStringExtensions extension

Adds (concatenates) a string to the reactive string and updates it.