merge method
Creates new group, that listens to both observables.
Implementation
ObservableGroup merge(Object other) => ObservableGroup([this, other]);
Creates new group, that listens to both observables.
ObservableGroup merge(Object other) => ObservableGroup([this, other]);