PostCompactCleanupCallback typedef

PostCompactCleanupCallback = void Function(String? querySource)

Callbacks for post-compact cleanup.

Implementation

typedef PostCompactCleanupCallback = void Function(String? querySource);