retryState property

StreamController<RetryState> retryState
getter/setter pair

A stream controller to handle the broadcast retry State.

Implementation

StreamController<RetryState> retryState =
    StreamController<RetryState>.broadcast();