createMedicalLocation method
Implementation
Future<MedicalLocation> createMedicalLocation(MedicalLocation medicalLocationDto) async {
return await CardinalSdkPlatformInterface.instance.apis.medicalLocation.createMedicalLocation(
_sdkId,
medicalLocationDto,
);
}