ImageStreamListener constructor
- ImageListener onImage, {
- ImageChunkListener? onChunk,
- ImageErrorListener? onError,
- bool reportErrors = true,
Creates a new ImageStreamListener.
Implementation
const ImageStreamListener(this.onImage, {this.onChunk, this.onError, this.reportErrors = true});