Yes, flutter does has an EventChannel class which is what you are looking for exactly.
Here is an example of that demonstrates how MethodChannel and EventChannel can be implemented. And
this medium article shows how an EventChannel can be implemented in flutter.