EventChannel.EventSink is always null in Native Android with flutter
I am trying to integrate native android code in my flutter app. I have service class which get user's location. Now this location update will be continuous and the location will be send from my service class to MainActivity via…