GertecGs300Platform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GertecGs300Platform
Implementers

Constructors

GertecGs300Platform()
Constructs a GertecGs300Platform.

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

cutPaper(CutPaperType type) Future<String?>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBarCode({required int width, required int height, required String text, required int align, required int type, required int position}) Future<String?>
printerState() Future<String?>
printImage(Uint8List image, int align, int paper) Future<String?>
printQrcode({required int width, required int align, required String text}) Future<String?>
printRaw(Uint8List data) Future<String?>
printText(GertecText textObject) Future<String?>
toString() String
A string representation of this object.
inherited
wrapLine(int lines) Future<void>

Operators

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

Static Properties

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