T70PrinterLibPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • T70PrinterLibPlatform
Implementers

Constructors

T70PrinterLibPlatform()
Constructs a T70PrinterLibPlatform.

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

close() Future<bool?>
createQRCode(String data, int barcodeFormat, int errorCorrectionLevel, int widthAndHeight) Future<Uint8List?>
cutPaper() Future<void>
getBarcodeBmp(String data, int barcodeFormat, int errorCorrectionLevel, int width, int height) Future<Uint8List?>
getPlatformVersion() Future<String?>
getPrinterVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print(PrinterLayout printerLayout, PrinterStatusCallback printerStatusCallback) Future<void>
readMsg() Future<Uint8List?>
sendMsg(Uint8List bytes) Future<Int?>
setPrintConcentration(int concentration) Future<void>
stopPrint() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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