static Future<String> get uniqueDeviceId async { String? id = await PlatformDeviceId.getDeviceId; return id.toString(); }