So is there any way in Flutter to get some sort of device id that won't change when doing a factory reset or changing the signing key? According to the documentation, I did not find any way to extract a constant id throughout the entire use of the application on the device..
I tried solution with 'package:uuid/uuid.dart' package but generated id is same on every device, so is there any solution to track device id of more devices so i can store user actions of specific device?