onResume property

Stream<Shard> onResume
latefinal

Emitted when the shard resumed its connection

Implementation

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