getEncryptionKeysOf method

Future<Set<HexString>> getEncryptionKeysOf(
  1. Patient patient
)

Implementation

Future<Set<HexString>> getEncryptionKeysOf(Patient patient) async {
	return await CardinalSdkPlatformInterface.instance.apis.patient.getEncryptionKeysOf(
		_sdkId,
		patient,
	);
}