打开电子秤的连接。
这个方法用于打开与电子秤的连接。
返回值:
true
false
Future<bool?> openScale() { return AclasScalePlatform.instance.openScale(); }