getMedicalLocations method
Implementation
Future<List<MedicalLocation>> getMedicalLocations(List<String> medicalLocationIds) async {
return await CardinalSdkPlatformInterface.instance.apis.medicalLocation.getMedicalLocations(
_sdkId,
medicalLocationIds,
);
}