What is the name of the channel from Java/Kotlin to Flutter (not the way around)
Flutter has the MethodChannel for sending data from Flutter to Java/Kotlin. We can also return values in these calls. But what if I want to return data at random times from Java/Kotlin to Flutter?
I remember there is a kind of channel to send data from Java to Flutter, but I forgot its name