calibratePrinter method

Future<bool> calibratePrinter(
  1. String ipAddress,
  2. String command
)

Implementation

Future<bool> calibratePrinter(String ipAddress, String command) {
  throw UnimplementedError("calibratePrinter() Method is Not Implemented");
}