build static method

Uint8List build(
  1. Uint8List imageBytes
)

Implementation

static Uint8List build(Uint8List imageBytes) {
  return imageBytes; // Android side handles bitmap → printer
}