Const
Constant representing "all channels" for unsubscribe operations. Use this to unsubscribe from all channel subscriptions at once.
await client.unsubscribeLazy(ALL_CHANNELS); Copy
await client.unsubscribeLazy(ALL_CHANNELS);
Constant representing "all channels" for unsubscribe operations. Use this to unsubscribe from all channel subscriptions at once.