1 min readMar 4, 2018
This is interesting to see how you pass code from Android to Flutter using the Event Channel and Receiver.
How would you pass info from Flutter back to Android if needed to interact with a specific API / hardware component? Are there any Event Channels that can send info the other way or something similar to a callback?