ImageCallback typedef

ImageCallback = void Function(Uint8List bytes)

Callback to receive bytes when an image is taken.

See: ImageCaptureOutput.takePicture.

Implementation

typedef ImageCallback = void Function(Uint8List bytes);