NyxPrinterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NyxPrinterPlatform
Implementers

Constructors

NyxPrinterPlatform()
Constructs a NyxPrinterPlatform.

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

getVersion() Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBarcode(String text, int width, int height) Future<int?>
printBitmap(Uint8List bytes) Future<int?>
printQrCode(String text, int width, int height) Future<int?>
printText(String text, NyxTextFormat textFormat) Future<int?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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