Zero the scale (weight must be stable or overload).
@override Future<bool> zero() async { final result = await methodChannel.invokeMethod<bool>('zero'); return result ?? false; }