startLiveWeight method
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.');
}