printBitmap method

Future<String> printBitmap(
  1. Uint8List bytes
)

Implementation

Future<String> printBitmap(Uint8List bytes) {
  throw UnimplementedError('printBitmap() has not been implemented.');
}