Google Cast – setMediaInformation not working in addCustomMessageListener
I use plugin Cast to broadcast Internet radio from a mobile app(Flutter – Android/iOS) to Chromecast. I used custom receiver(on Google cast device). in general, everything works, but I can’t update the data about the current track on Chromecast device. I have this information in the mobile application, I send it to Chromecast device(sendMessage -> addCustomMessageListener->setMediaInformation). But nothing happens.