CaptureCallback typedef
CaptureCallback =
void Function(String data)
Callback type for when a QR code is successfully captured.
Implementation
typedef CaptureCallback = void Function(String data);
Callback type for when a QR code is successfully captured.
typedef CaptureCallback = void Function(String data);