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