onLoadError method
Use onReceivedError instead.
Implementation
@override
void onLoadError(url, code, message) {
pullToRefreshController?.endRefreshing();
}
Use onReceivedError instead.
@override
void onLoadError(url, code, message) {
pullToRefreshController?.endRefreshing();
}