IminPrinterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- IminPrinterPlatform
- Implementers
Constructors
- IminPrinterPlatform()
- Constructs a IminPrinterPlatform.
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< String> -
fullCut(
) → Future< String> -
getBrandName(
) → Future< String> -
getModelName(
) → Future< String> -
getPlatformVersion(
) → Future< String?> -
getStatus(
) → Future< String> -
initLCDManager(
) → Future< String?> -
initPrinter(
PrintSizeImin printSizeImin) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openCashDrawer(
) → Future< String> -
partialCut(
) → Future< String> -
print2ColumnsText(
List< String> listText, PrintStyle printStyle) → Future<String> -
printBitmap(
Uint8List bytes) → Future< String> -
printBitmapBase64(
String base64) → Future< String> -
printBytes(
Uint8List bytes) → Future< String> -
printQR(
String data, int size) → Future< String> -
printText(
String text, PrintStyle printStyle) → Future< String> -
sendBitmapBase64LCDScreen(
String base64) → Future< String> -
setPrintSize(
PrintSizeImin printSizeImin) → Future< String?> -
setStyle(
PrintStyle printStyle) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IminPrinterPlatform
-
The default instance of IminPrinterPlatform to use.
getter/setter pair