assignHealthcareParty method

Future<User> assignHealthcareParty(
  1. String healthcarePartyId
)

Implementation

Future<User> assignHealthcareParty(String healthcarePartyId) async {
	return await CardinalSdkPlatformInterface.instance.apis.user.assignHealthcareParty(
		_sdkId,
		healthcarePartyId,
	);
}