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