stopLiveWeight method

Future<bool> stopLiveWeight()

Stop live weight reading

Implementation

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