ImageDropNotice typedef

ImageDropNotice = void Function(int index, String keyPreview)

Host-visible drop notice: every image dropped by the per-request cap is reported with its index and a key preview — never silent.

Implementation

typedef ImageDropNotice = void Function(int index, String keyPreview);