onDisconnected property

VoidCallback? onDisconnected
final

~english Occurs when the SDK disconnect from the chat server.

Note that the logout may not be performed at the bottom level when the SDK is disconnected. ~end

~chinese 与 chat 服务器断开连接时触发的回调。 ~end

Implementation

final VoidCallback? onDisconnected;