onImageReceived property

(dynamic Function(List<AssetEntity>? images)?) onImageReceived
getter/setter pair

If a image is selected inside of the ImagePicker

Implementation

Function(List<AssetEntity>? images)? onImageReceived;