Replies: 1 comment
-
No one knows? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a RxString
final _engineCallback = "".obs;
, and I need to bind to several streams.Currently I doing so by_engineCallback.bindStream()
. But sometimes I need to "unbind" one of streams. How to do it? I guess_engineCallback.close()
is not correct, since it would terminate all streams.Beta Was this translation helpful? Give feedback.
All reactions