- Inheritance
-
- Object
- PlatformInterface
- GcprinterPlatform
- Implementers
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
-
-
drawHBarcode(String str, int align, int type, int height)
→ 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