ParkingPrinterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ParkingPrinterPluginPlatform
Implementers

Constructors

ParkingPrinterPluginPlatform()
Constructs a ParkingPrinterPluginPlatform.

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

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

Operators

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

Static Properties

instance ParkingPrinterPluginPlatform
The default instance of ParkingPrinterPluginPlatform to use.
getter/setter pair