watchSyncMetadata abstract method
Returns a stream of sync metadata changes for a specific user.
The stream should emit the current metadata immediately upon subscription, and then emit updates whenever the metadata changes.
Implementation
Stream<DatumSyncMetadata?> watchSyncMetadata(String userId);