onResumed property

Stream<ResumedEvent> onResumed
inherited

A Stream of ResumedEvents received by this client.

Implementation

Stream<ResumedEvent> get onResumed => onEvent.whereType<ResumedEvent>();