lifecycleStream property

Used to listen for the lifecycle changes of the controller. For exmaple, when this client connects, reconnects, disconnects, pending connection an e.t.c. See PusherChannelsClientLifeCycleState for more details.

Implementation

Stream<PusherChannelsClientLifeCycleState> get lifecycleStream =>
    controller.lifecycleStream;