getEncryptionKeysOf method

Future<Set<HexString>> getEncryptionKeysOf(
  1. AccessLog accessLog
)

Implementation

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