onResume property

Stream<Shard> onResume
latefinal

Emitted when the shard resumed its connection

Implementation

late final Stream<Shard> onResume = manager.onResume.where((event) => event.id == this.id);