onImageDoneListener property

dynamic Function(dynamic) onImageDoneListener
final

This is a callback. you have to override and you will get Uint8List as result.

Implementation

final Function(dynamic) onImageDoneListener;