StarXpand class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
findPrinters({List<StarXpandInterface> interfaces = const [StarXpandInterface.usb, StarXpandInterface.bluetooth, StarXpandInterface.bluetoothLE, StarXpandInterface.lan], int timeout = 3000, StarXpandCallback<StarXpandPrinterPayload>? callback})
→ Future<List<StarXpandPrinter>>
-
-
imprimir({bool reimpresion = false, bool asistencia = true, required String texto})
→ Future
-
-
openDrawer(StarXpandPrinter printer)
→ Future<bool>
-
-
printDocument(StarXpandPrinter printer, StarXpandDocument document)
→ Future<bool>
-
-
startInputListener(StarXpandPrinter printer, StarXpandCallback<StarXpandInputPayload> callback)
→ Future<String>
-
-
stopInputListener(StarXpandPrinter printer, String guid)
→ Future
-