GertecPlusPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- GertecPlusPlatform
- Implementers
Constructors
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
-
beep(
) → Future< void> -
clockGet(
) → Future< Map?> -
clPowerOff(
) → Future< void> -
clPowerOn(
) → Future< void> -
getPlatformVersion(
) → Future< String?> -
infoSN(
) → Future< String?> -
ledOff(
) → Future< void> -
ledOn(
) → Future< void> -
msrRead(
) → Future< Map?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prnBarcode(
String type, String data) → Future< void> -
prnImageAsset(
String assetPath, {int maxWidth = 384, String align = 'CENTER'}) → Future< void> -
prnImageBytes(
Uint8List bytes, {int maxWidth = 384, String align = 'CENTER'}) → Future< void> -
prnImageDrawable(
String drawableName, {int maxWidth = 384, String align = 'CENTER'}) → Future< void> -
prnImageFile(
String path, {int maxWidth = 384, String align = 'CENTER'}) → Future< void> -
prnOutput(
) → Future< void> -
prnPaperUsage(
) → Future< int?> -
prnStatus(
) → Future< String?> -
prnText(
String text) → Future< void> -
smartStatus(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ GertecPlusPlatform
-
getter/setter pair