KozenPrinterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • KozenPrinterPlatform
Implementers

Constructors

KozenPrinterPlatform()
Constructs a KozenPrinterPlatform.

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, {int? position}) Future<void>
addPrintLine(String content, {int? position, int? size, 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

Static Properties

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