inPendingSyncState property

bool inPendingSyncState

Checks whether the presence channel is currently syncing with the server.

Implementation

bool get inPendingSyncState =>
    _joinRef == null || _joinRef != channel.joinRef;