GertecPlusPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GertecPlusPlatform
Implementers

Constructors

GertecPlusPlatform()

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>
clIsoPolling({int timeoutMs = 3000}) Future<Map<String, dynamic>?>
clockGet() Future<Map<String, dynamic>?>
clPowerOff() Future<void>
clPowerOn() Future<void>
getPlatformVersion() Future<String?>
infoSN() Future<String?>
ledOff() Future<void>
ledOn() Future<void>
ledSet(String id, bool on) Future<void>
msrRead() Future<Map<String, dynamic>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prnBarcode(String type, String data) Future<void>
prnBlank(int h) Future<void>
prnDemo() Future<String?>
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?>
prnResetPaper() Future<void>
prnStatus() Future<String?>
prnText(String text) Future<void>
smartPowerOff({String slot = 'SLOT0'}) Future<void>
smartStatus({String slot = 'SLOT0'}) Future<String?>
toString() String
A string representation of this object.
inherited
warmup() Future<void>

Operators

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

Static Properties

instance GertecPlusPlatform
getter/setter pair