startLiveWeight method
Start streaming live weight; events will include "weight" until stopLiveWeight.
Implementation
@override
Future<void> startLiveWeight() async {
await methodChannel.invokeMethod<void>('startLiveWeight');
}
Start streaming live weight; events will include "weight" until stopLiveWeight.
@override
Future<void> startLiveWeight() async {
await methodChannel.invokeMethod<void>('startLiveWeight');
}