getBarcodeBmp method

Future<Uint8List?> getBarcodeBmp(
  1. String data,
  2. int barcodeFormat,
  3. int errorCorrectionLevel,
  4. int width,
  5. int height,
)

Implementation

Future<Uint8List?> getBarcodeBmp(String data, int barcodeFormat, int errorCorrectionLevel, int width, int height) {
  throw UnimplementedError('getBarcodeBmp() has not been implemented.');
}