- Inheritance
-
- Object
- PlatformInterface
- UrovoPrintPlatform
- 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
-
clearPage()
→ Future<int?>
-
-
close()
→ Future<int?>
-
-
drawBarcode(String data, int x, int y, int barcodetype, int width, int height, int rotate)
→ Future<int?>
-
-
drawBitmap(Uint8List bmp, int xDest, int yDest)
→ Future<int?>
-
-
drawLine(int x0, int y0, int x1, int y1, int lineWidth)
→ Future<int?>
-
-
drawText(String data, int x, int y, String fontname, int fontsize, bool bold, bool italic, int rotate)
→ Future<int?>
-
-
drawTextEx(String data, int x, int y, int width, int height, String fontname, int fontsize, int rotate, int style, int format)
→ Future<int?>
-
-
getStatus()
→ Future<int?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
open()
→ Future<int?>
-
-
printPage(int rotate)
→ Future<int?>
-
-
setGrayLevel(int level)
→ Future<void>
-
-
setSpeedLevel(int level)
→ Future<void>
-
-
setupPage(int width, int height)
→ Future<int?>
-
-
toString()
→ String
-
A string representation of this object.
inherited