zeroScale method

Future<bool> zeroScale(
  1. int scannerId
)

Zero the scale

scannerId The ID of the scanner

Implementation

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