enableScale method

Future<bool> enableScale(
  1. int scannerId
)

Enable scale on a scanner

scannerId The ID of the scanner

Implementation

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