PictureErrorListener typedef

PictureErrorListener = void Function(Object exception, StackTrace stackTrace)

The signature of a method that listens for errors on picture stream resolution.

Implementation

typedef PictureErrorListener = void Function(
  Object exception,
  StackTrace stackTrace,
);