scannerClose method

Future<bool> scannerClose()

关闭扫码头。

Implementation

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