MethodChannelParkingPrinterPlugin class

Inheritance

Properties

connectionChannel EventChannel
final
eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect() Future<void>
override
disconnect() Future<void>
override
endDoc(String prt) Future<int>
override
getConnectionListener() EventChannel
override
getEventListener() EventChannel
override
getStatus() Future<PrinterStatus>
override
init() Future<List<String>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String prt) Future<int>
override
print(String prt, String hexStr) Future<int>
override
printCollectionRecord(CollectionRecordPayload payload) Future<int?>
override
printCoupon(PrintCouponPayload payload) Future<int?>
override
printImage(String prt, String imagePath) Future<int>
override
printParkingCertificate(ParkingCertificatePayload payload) Future<int?>
override
printReceipt(ReceiptPayload payload) Future<int?>
override
startDoc(String prt) Future<int>
override
testPrint() Future<int?>
override
toString() String
A string representation of this object.
inherited

Operators

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