PaxPlayerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PaxPlayerPlatform
Implementers

Constructors

PaxPlayerPlatform()
Constructs a PaxPlayerPlatform.

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

getBeep(int time) Future<bool?>
getCardNumber() Future<String?>
getDeviceInfo() Future<String?>
getScanBarcode() Future<String?>
getStatusPrinter() Future<String?>
initPrinter() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBitmap(Uint8List bitmap) Future<bool?>
printNormal() Future<bool?>
printReceipt() Future<String?>
printReceiptWithQr() Future<String?>
setEnableNavBar(bool state) Future<bool?>
setGray(int level) Future<bool?>
start() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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