printerSetThreshold method

Future<int> printerSetThreshold(
  1. int threshold
)

设置黑标检测阈值。

Implementation

Future<int> printerSetThreshold(int threshold) {
  throw UnimplementedError('printerSetThreshold() has not been implemented.');
}