Cs10Z100PosPrinterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • Cs10Z100PosPrinterPlatform
Implementers

Constructors

Cs10Z100PosPrinterPlatform.new()
Constructs a Cs10Z100PosPrinterPlatform.

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
printCheckStatus() Future<PrinterStatus>
printClose() Future<bool>
printInit() Future<bool>
printQrCode(PrinterQrCode qrCode) Future<bool>
printStart() Future<bool>
printString(PrinterText printerText) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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