Printer class

Constructors

Printer({required String methodChannelName})

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

cutPaper() Future<void>
escPos(List<EscPosCmd> commands) Future<void>
getPaperWidth() Future<PaperWidth?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBitmap(Uint8List bitmap) Future<void>
printQrCode(String qrString, int size, int errorLevel) Future<void>
printText(String text) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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