calibratePrinter method

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

Implementation

Future<bool> calibratePrinter(String ipAddress, String command) async {
  return await ZebraDataWedgePlatform.instance
      .calibratePrinter(ipAddress, command);
}