Gets the device ID from the environment file
static Future<String?> getDeviceId() async { return await getEnvVar('DEVICE_ID'); }