onDisconnect property

Stream<Shard> onDisconnect
latefinal

Emitted when the shard encounters a connection error.

Implementation

late final Stream<Shard> onDisconnect = this._onDisconnect.stream;