convert abstract method

Barcode2DMatrix convert(
  1. Uint8List data
)

Actual barcode computation method, returns a matrix of bool which represents the presence or absence of a pixel

Implementation

Barcode2DMatrix convert(Uint8List data);