UniPrinterPlugin class
Constructors
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
-
checkPaper(
) → Future< bool> -
closePrinter(
) → Future< int> -
getVersion(
) → Future< String> -
iFlushBuffer(
) → Future< int> -
iGetPrinterStatus(
) → Future< int> -
initPrinter(
) → Future< int> -
iSetPrinterProperties(
FontSize fontSize, TextAlignment textAlignment) → Future< int> -
iStartPrinting(
) → Future< int> -
iUpdateBufferFontSize(
FontSize fontSize) → Future< int> -
iUpdateBufferListInteger(
List< int> data) → Future<int> -
iUpdateBufferString(
String data) → Future< int> -
iUpdateBufferTextAlignment(
TextAlignment textAlignment) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printImage(
List< int> data) → Future<int> -
printLine(
int line) → Future< int> -
printQRCode(
String data, {ImageWidth? width, ImageAlignment? imageAlignment}) → Future< int> -
printText(
String data) → Future< int> -
sendRawData(
List< int> data) → Future<int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited