printerStart method

Future<void> printerStart()

开始打印当前队列中的内容。

Implementation

Future<void> printerStart() {
  throw UnimplementedError('printerStart() has not been implemented.');
}