onLoadStatusChanged property

Stream<LoadStatus> onLoadStatusChanged

A stream that reports changes to the LoadStatus.

Implementation

Stream<LoadStatus> get onLoadStatusChanged =>
    _loadStatusChangedStreamController.stream;