deleteDevicesByIds method
Implementation
Future<List<DocIdentifier>> deleteDevicesByIds(List<IdWithMandatoryRev> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.device.deleteDevicesByIds(
_sdkId,
entityIds,
);
}
Future<List<DocIdentifier>> deleteDevicesByIds(List<IdWithMandatoryRev> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.device.deleteDevicesByIds(
_sdkId,
entityIds,
);
}