subscribed property

bool get subscribed

Indicates whether this RxChat is listening to the remote updates.

Implementation

bool get subscribed => _remoteSubscription != null;