tare method

Future<bool?> tare()

Implementation

Future<bool?> tare() {
  return AclasScalePlatform.instance.tare();
}