printImage abstract method

Future<void> printImage({
  1. String? deviceId,
  2. PrinterConnectionType? connectionType,
  3. required ImageModel imageModel,
})

Implementation

Future<void> printImage({
  String? deviceId,
  PrinterConnectionType? connectionType,
  required ImageModel imageModel,
});