PrinterControllerPr3Platform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PrinterControllerPr3Platform
Implementers

Constructors

PrinterControllerPr3Platform()
Constructs a PrinterControllerPr3Platform.

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

close() Future
createPrinter(String printerID, String printerUri) Future
disconnect() Future
getPlatformVersion() Future<String?>
isConnected() Future
newLine(int lineSpace) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBold(bool isTrue) Future
setCompress(bool isTrue) Future
setDoubleHigh(bool isTrue) Future
setDoubleWide(bool isTrue) Future
setItalic(bool isTrue) Future
setStrikeout(bool isTrue) Future
setUnderline(bool isTrue) Future
toString() String
A string representation of this object.
inherited
write(String index) Future
writeGraphicBase64(String aBase64Image, int aRotation, int aXOffset, int aWidth, int aHeight) Future
writeTicket(String ticketDesign) Future

Operators

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

Static Properties

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