closeScale method

Future<bool?> closeScale()

Implementation

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