AclasScalePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AclasScalePlatform
Implementers

Constructors

AclasScalePlatform()
Constructs a AclasScalePlatform.

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

Static Properties

instance AclasScalePlatform
The default instance of AclasScalePlatform to use.
getter/setter pair