deleteMedicalLocations method

Future<List<DocIdentifier>> deleteMedicalLocations(
  1. ListOfIds locationIds
)

Implementation

Future<List<DocIdentifier>> deleteMedicalLocations(ListOfIds locationIds) async {
	return await CardinalSdkPlatformInterface.instance.apis.medicalLocation.deleteMedicalLocations(
		_sdkId,
		locationIds,
	);
}