errorListener property

  1. @deprecated
ErrorListener? errorListener

The errorListener is called when the ImageProvider failed loading the image. Deprecated in favor of ImageStreamListener.onError.

Implementation

@deprecated
ErrorListener? get errorListener;