onDecoded abstract method

void onDecoded(
  1. String? result
)

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);