MethodChannelPaxPlayer class
An implementation of PaxPlayerPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- PaxPlayerPlatform
- MethodChannelPaxPlayer
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
-
getBeep(
int time) → Future< bool?> -
override
-
getCardNumber(
) → Future< String?> -
override
-
getDeviceInfo(
) → Future< String?> -
override
-
getScanBarcode(
) → Future< String?> -
override
-
getStatusPrinter(
) → Future< String?> -
override
-
initPrinter(
) → Future< bool?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printBitmap(
Uint8List bitmap) → Future< bool?> -
override
-
printNormal(
) → Future< bool?> -
override
-
printReceipt(
) → Future< String?> -
override
-
printReceiptWithQr(
) → Future< String?> -
override
-
override
-
setGray(
int level) → Future< bool?> -
override
-
start(
) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited