OfflineSyncOnMergeSuccess typedef

OfflineSyncOnMergeSuccess = FutureOr<void> Function(UuidValue spaceUuid, Hlc syncedHlc)

Callback function for when a merge is successful.

Implementation

typedef OfflineSyncOnMergeSuccess =
    FutureOr<void> Function(UuidValue spaceUuid, Hlc syncedHlc);