resetScale method

Future<bool> resetScale(
  1. int scannerId
)

Reset the scale

scannerId The ID of the scanner

Implementation

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