getEncryptionKeysOf method

Future<Set<HexString>> getEncryptionKeysOf(
  1. Topic topic
)

Implementation

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