AclasScale class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeScale(
) → Future< bool?> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openScale(
) → Future< bool?> - 打开电子秤的连接。
-
preTare(
int tareValue) → Future< bool?> -
readTare(
) → Future< int?> -
setCallback(
dynamic callback(ReciveData), dynamic tareCallback(String)) → void - 设置回调函数,用于接收电子秤的数据。
-
setZero(
) → Future< bool?> -
tare(
) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited