GcprinterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GcprinterPlatform
Implementers

Constructors

GcprinterPlatform()
Constructs a GcprinterPlatform.

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

drawBarcode(String str, int align, int type) → void
drawText(String strLeft, int fontLeft, String strMid, int fontMid, String strRight, int fontRight) → void
isDeviceSupport() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printImage(Uint8List img, int align, bool isAutoFeed) → void
printImageFile(String filePath, int align, bool isAutoFeed) → void
printJson(String json) → void
printText(bool isAutoFeed) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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