readTare method

Future<int?> readTare()

Implementation

Future<int?> readTare() {
  return AclasScalePlatform.instance.readTare();
}