onLoadStatusChanged property
A stream that reports changes to the LoadStatus
.
Implementation
Stream<LoadStatus> get onLoadStatusChanged =>
_loadStatusChangedStreamController.stream;
A stream that reports changes to the LoadStatus
.
Stream<LoadStatus> get onLoadStatusChanged =>
_loadStatusChangedStreamController.stream;