PrinterManager class abstract
Constructors
Properties
- address ↔ String?
-
getter/setter pair
- deviceId ↔ int?
-
getter/setter pair
- generator ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isConnected ↔ bool
-
getter/setter pair
- paperSize ↔ dynamic
-
getter/setter pair
- port ↔ int
-
getter/setter pair
- printer ↔ POSPrinter
-
getter/setter pair
- productId ↔ int?
-
getter/setter pair
- profile ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceBetweenRows ↔ int
-
getter/setter pair
- vendorId ↔ int?
-
getter/setter pair
Methods
-
connect(
{Duration? timeout}) → Future< ConnectionResponse> -
disconnect(
{Duration? timeout}) → Future< ConnectionResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeBytes(
List< int> data, {bool isDisconnect = true}) → Future<ConnectionResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited