Future<void> purgeDevice(Device device) async { return await CardinalSdkPlatformInterface.instance.apis.device.purgeDevice( _sdkId, device, ); }