OnSyncNotify typedef

OnSyncNotify = void Function(SyncStatus status, SyncNode origin)

Callback for observing synchronization lifecycle events.

status represents the current state, and origin is the node that dispatched the event.

Implementation

typedef OnSyncNotify = void Function(SyncStatus status, SyncNode origin);