FlutterThermalPrinterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterThermalPrinterPlatform
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

connect(Printer device) Future<bool>
convertImageToGrayscale(Uint8List? value) Future
disconnect(Printer device) Future<bool>
getPlatformVersion() Future<String?>
getPrinters() Future<void>
isConnected(Printer device) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printText(Printer device, Uint8List data, {String? path}) Future<void>
startUsbScan() Future
stopScan() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterThermalPrinterPlatform
getter/setter pair