startLiveWeight method

Future<bool> startLiveWeight(
  1. int scannerId
)

Start live weight reading (continuous updates)

scannerId The ID of the scanner Weight updates will be sent via method channel event 'onLiveWeightUpdate'

Implementation

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