itemError method
dynamic
itemError(
- dynamic url
Implementation
itemError(url) {
if (onError != null) {
onError!(url);
}
}
itemError(url) {
if (onError != null) {
onError!(url);
}
}