onImageBytesChanged property

(dynamic Function(Uint8List? bytes)?) onImageBytesChanged
final

this will give you the bytesUint8List of the image when you are selecting any image

Implementation

final Function(Uint8List? bytes)? onImageBytesChanged;