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