restartedStream property

Stream<bool> restartedStream

Implementation

Stream<bool> get restartedStream =>
    restartedStreamController.stream.asBroadcastStream();