open fun rxUnsubscribe(channels: MutableList<String>): Single<Void>
Stop listening for messages posted to the given channels
channels - List of channels to subscribe to
channels
Return