onReady property

Stream<ReadyEvent> onReady
getter/setter pair

Emitted when the client is ready. Should be sent only once.

Implementation

late Stream<ReadyEvent> onReady;