MethodChannelPrinterControllerPr3 class
An implementation of PrinterControllerPr3Platform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- PrinterControllerPr3Platform
- MethodChannelPrinterControllerPr3
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future -
override
-
createPrinter(
String printerID, String printerUri) → Future -
override
-
disconnect(
) → Future -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
isConnected(
) → Future -
override
-
newLine(
int lineSpace) → Future -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBold(
bool isTrue) → Future -
override
-
setCompress(
bool isTrue) → Future -
override
-
setDoubleHigh(
bool isTrue) → Future -
override
-
setDoubleWide(
bool isTrue) → Future -
override
-
setItalic(
bool isTrue) → Future -
override
-
setStrikeout(
bool isTrue) → Future -
override
-
setUnderline(
bool isTrue) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String index) → Future -
override
-
writeGraphicBase64(
String aBase64Image, int aRotation, int aXOffset, int aWidth, int aHeight) → Future -
override
-
writeTicket(
String ticketDesign) → Future -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited