KozenPrinter class

Constructors

KozenPrinter()

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

addPrintBase64(String encodedString, {PrintLineAlign? position}) Future<void>
addPrintLine(String content, {PrintLineAlign? position, int? size = 24, bool? bold, bool? italic, bool? invert}) Future<void>
beforePrinterLength() Future<double?>
beginPrint() Future<bool?>
cleanCache() Future<void>
close() Future<bool?>
getPlatformVersion() Future<String?>
lineWrap(int value) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<bool?>
printerLength() Future<double?>
printTest() Future<bool?>
setLineSpace(int value) Future<void>
setPrintFont(String path) Future<void>
setPrintGray(int gray) Future<void>
status() Future<int?>
toString() String
A string representation of this object.
inherited

Operators

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