syncStatus property

  1. @SyncStatusConverter()
SyncStatus? get syncStatus
inherited

If present, indicates the user has imported their contacts. If not present, indicates the user never used the feature or called app.bsky.contact.removeData and didn't import again since.

Implementation

@SyncStatusConverter() SyncStatus? get syncStatus;