How to get unique device id or android id in flutter?
I want to uniquely identify a hardware device. How do I get the unique device ID in Flutter? I am using the device-info-plus plugin, but it doesn't give an Android ID in recent versions. I will have to downgrade to…