completer property
A completer for managing the captured image data.
This completer is used to handle the asynchronous operation of capturing the image data, allowing for completion handling and result retrieval.
Implementation
late Completer<Uint8List> completer;