ImageEventCallback typedef

ImageEventCallback = void Function(Image image)

Signature for Image lifecycle events.

Implementation

typedef ImageEventCallback = void Function(Image image);