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