TSCBTPrinter class

TSCBTPrinter this class provide print label using TSC Bluetooth Printer

Constructors

TSCBTPrinter.new()

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

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 Methods

printBarcode({required String macAddress, String? content, String? codePage, int? timeout, int? pageWidth, int? pageHeight, int? pageGap, int? printDirection, int? qty, int? axisX, int? axisY, int? height, bool? humanReadable, int? rotation, int? stretchX, int? stretchY, int? alignment}) Future<bool>
print label BARCODE
printQR({required String macAddress, String? content, String? codePage, int? timeout, int? pageWidth, int? pageHeight, int? pageGap, int? printDirection, int? qty, int? axisX, int? axisY, int? rotation}) Future<bool>
print label QRCODE
printText({required String macAddress, String? content, String? codePage, int? timeout, int? pageWidth, int? pageHeight, int? pageGap, int? printDirection, String? fontWeight, int? qty, int? axisX, int? axisY, int? rotation, int? stretchX, int? stretchY, int? alignment}) Future<bool>
print label TEXT