SunmiPrinterXPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SunmiPrinterXPlatform
Implementers

Constructors

SunmiPrinterXPlatform()
Constructs a SunmiPrinterXPlatform.

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

getPrinters() Future<List<Map<String, dynamic>>>
getPrinterStatus(String printerId) Future<String>
isCashDrawerOpen(String printerId) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCashDrawer(String printerId) Future<bool>
printEscPosCommands(String printerId, Uint8List commands) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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