Future<String?> getPlatformIdentifier() async { String? deviceId = await DeviceUuid().getUUID(); return deviceId; }