disableScale method

Future<bool> disableScale(
  1. int scannerId
)

Disable scale on a scanner

scannerId The ID of the scanner

Implementation

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