IminPrinter class

Constructors

IminPrinter()

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

clearLCDScreen() Future<void>
Clear LCD Screen
fullCut() Future<void>
Full cut
getBrandName() Future<String>
Get Brand Name
getModelName() Future<String>
Get Model Name
getPlatformVersion() Future<String?>
getStatus() Future<String>
Get Status
initLCDManager() Future<String>
Initialize Imin LCD
initPrinter({PrintSizeImin printSizeImin = PrintSizeImin.mm58}) Future<String>
Initialize Imin Printer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCashDrawer() Future<void>
partialCut() Future<void>
Partial cut
print2ColumnsText(List<String> listText, {PrintStyle printStyle = const PrintStyle()}) Future<void>
Print 2 Columns Text
printBitmap(Uint8List bytes) Future<void>
Print Image Bitmap
printBitmapBase64(String base64) Future<void>
Print Image Base 64
printBytes(Uint8List bytes) Future<void>
Print raw bytes
printQR(String data, int size) Future<void>
printText(String text, {PrintStyle printStyle = const PrintStyle()}) Future<void>
Print Text
sendBitmapBase64LCDScreen(String base64) Future<void>
Send Image Base 64 to LCD Screen
setPrintSize(PrintSizeImin printSizeImin) Future<void>
Change Print Size Imin Printer
setStyle(PrintStyle printStyle) Future<void>
Set style for printer
toString() String
A string representation of this object.
inherited

Operators

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