ZebraPrinter class
Constructors
Properties
- channel ↔ MethodChannel
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- isRotated ↔ bool
-
getter/setter pair
- onChangePrinterStatus ↔ Function?
-
getter/setter pair
- onDiscoveryError ↔ Function?
-
getter/setter pair
- onPermissionDenied ↔ Function?
-
getter/setter pair
- onPrinterDiscoveryDone ↔ Function?
-
getter/setter pair
- onPrinterFound ↔ Function?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
calibratePrinter(
) → dynamic -
connectToGenericPrinter(
String address) → dynamic -
connectToPrinter(
String address) → dynamic -
disconnect(
) → dynamic -
discoveryPrinters(
) → dynamic -
isPrinterConnected(
) → dynamic -
nativeMethodCallHandler(
MethodCall methodCall) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
print(
String data) → dynamic -
rotate(
) → dynamic -
setDarkness(
int darkness) → dynamic -
setMediaType(
EnumMediaType mediaType) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited