labelPrintBitmap method

Future<void> labelPrintBitmap(
  1. Uint8List bitmap,
  2. int width,
  3. int height
)

Implementation

Future<void> labelPrintBitmap(Uint8List bitmap, int width, int height) {
  throw UnimplementedError('labelPrintBitmap() has not been implemented.');
}