retryState property
A stream controller to handle the broadcast retry State.
Implementation
StreamController<RetryState> retryState =
StreamController<RetryState>.broadcast();
A stream controller to handle the broadcast retry State.
StreamController<RetryState> retryState =
StreamController<RetryState>.broadcast();