onDataSourceException method

dynamic onDataSourceException(
  1. IDataSource source,
  2. Exception exception
)
override

Implementation

onDataSourceException(IDataSource source, Exception exception) {
  this.busy = false;
  //notifyListeners('error', exception);
}