itemError method

dynamic itemError(
  1. dynamic url
)

Implementation

itemError(url) {
  if (onError != null) {
    onError!(url);
  }
}