convertedObjects abstract method
void
convertedObjects({})
Send a hits conversion event
Optional custom timestamp
can be provided.
Implementation
void convertedObjects({
required String indexName,
required String eventName,
required Iterable<String> objectIDs,
DateTime? timestamp,
});