Gpos720PrinterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • Gpos720PrinterPlatform
Implementers

Constructors

Gpos720PrinterPlatform()
Constructs a Gpos720PrinterPlatform.

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

avancaLinha(int quantLinhas, bool finalizarImpressao) Future<PrinterStatus>
checarImpressora() Future<PrinterStatus>
fimImpressao() Future<PrinterStatus>
getPlatformVersion() Future<String>
imprimirCodigoDeBarra(String mensagem, int width, int height, BarcodeTypes barcodeType, bool finalizarImpressao) Future<PrinterStatus>
imprimirCodigoDeBarraImg(String mensagem, int width, int height, BarcodeTypes barcodeType, bool finalizarImpressao) Future<PrinterStatus>
imprimirImagem(Uint8List data, int width, int height, bool finalizarImpressao, {AlignmentTypes align = AlignmentTypes.center}) Future<PrinterStatus>
imprimirImagemFiltrada(Uint8List data, int width, int height, bool finalizarImpressao, {AlignmentTypes align = AlignmentTypes.center, double? blackTolerance, double? ditheringTolerance}) Future<PrinterStatus>
imprimirTexto(String mensagem, bool finalizarImpressao, {TextOptions? options, int size = defaultFontSize, Font? font, AlignmentTypes align = AlignmentTypes.left}) Future<PrinterStatus>
imprimirTodasFuncoes(Uint8List data, int width, int height, bool finalizarImpressao) Future<PrinterStatus>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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