getEncryptionKeysOf method

Future<Set<HexString>> getEncryptionKeysOf(
  1. Contact contact
)

Implementation

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