printImage method

Future<String?> printImage(
  1. Uint8List? bytes
)

Implementation

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