printImage method

Future<Map> printImage(
  1. Uint8List imageBytes
)

Implementation

Future<Map<dynamic, dynamic>> printImage(Uint8List imageBytes) {
  throw UnimplementedError('printImage() has not been implemented.');
}