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