onDecoded abstract method
Called when decoder has successfully decoded the code
@param scannedData Encapsulates the result of decoding a barcode within an image
Implementation
void onDecoded(ScannedData? scannedData);
Called when decoder has successfully decoded the code
@param scannedData Encapsulates the result of decoding a barcode within an image
void onDecoded(ScannedData? scannedData);