static Future<String?> getDeviceUuid() async { String? deviceId = await SharedPref.getString(SharedPref.KEY_DEVICE_UUID); return deviceId; }