Everyone,
I'm working with streaming APIs in FlutterFlow and noticed there's a stream subscription key feature—where you set a value on the key to start streaming and then terminate the stream by sending an "ACTION"
(cancel subscription key).
Right now, I’ve implemented a "STOP" button that passes the cancel subscription key
(ACTION
) back to the API. However, tapping the button does not appear to stop the incoming stream.
Has anyone successfully implemented this feature in FlutterFlow? I can’t find any documentation regarding it on the FlutterFlow website. Any help or examples would be greatly appreciated!
Thanks!