typedef ImageListener = void Function(ImageInfo image, bool synchronousCall);
typedef ImageListenerCallable = Callable2<void, ImageInfo, bool>;