AclasScale class

Constructors

AclasScale()

Properties

events Stream<Map<String, dynamic>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weightStream Stream<double>
no setter

Methods

connect({String type = 'USB', String? path, int index = 0, String? device}) Future<bool>
disconnect() Future<void>
getWeight() Future<double>
isConnect() Future<bool>
listDevices({String type = 'USB', int timeoutMs = 1500}) Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startLiveWeight() Future<bool>
stopLiveWeight() Future<bool>
tare() Future<bool>
toString() String
A string representation of this object.
inherited
zero() Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited