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