How to implement a listener called onValueReceived from Flutter Blue Plus package?

I want to activate a listener on the page load action and update the values in the UI whenever the listener receives new values from the Bluetooth Device. So far I cannot find a way to do this since actions only allow us to return values which we can use to update UI state by creating another action. Any one of you ever tried implementing a listener in flutter flow and update the UI ?
Package: https://pub.dev/packages/flutter_blue_plus

9
3 replies