Posz92printerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • Posz92printerPlatform
Implementers

Constructors

Posz92printerPlatform()
Constructs a Posz92printerPlatform.

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
print2ColumnText({required String textLeft, required String textRight, int spaceLeft = 60, int spaceRight = 40, bool isBold = false, int fontSize = 16}) Future<bool?>
print3ColumnText({required String textLeft, required String textCenter, required String textRight, int spaceLeft = 60, int spaceCenter = 40, int spaceRight = 40, bool isBold = false, int fontSize = 16}) Future<bool?>
printBarCode128({required String text, int width = 100, int height = 100}) Future<bool?>
printBitMap() Future<bool?>
printImage({required Uint8List pathImage}) Future<bool?>
printImageBitmap({required Uint8List pathImage}) Future<bool?>
printLine({bool isBold = false, AlignmentPrint alignment = AlignmentPrint.left, int fontSize = 30, int lineSize = 100, String lineStyle = " - "}) Future<bool?>
printQRCode({required String text, int width = 100, int height = 100}) Future<bool?>
printRow() Future<bool?>
printSpace({required int space}) Future<bool?>
printText({required String text, AlignmentPrint alignment = AlignmentPrint.left, bool isBold = false, int fontSize = 30}) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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