PrinterLabelPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PrinterLabelPlatform
Implementers

Constructors

PrinterLabelPlatform.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
platformVersion Future<String?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkConnect() Future<bool>
connectLan({required String ipAddress}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBarcode({required BarcodeModel printBarcodeModel}) Future<void>
printImage({required List<Map<String, dynamic>> productList}) Future<bool>
printMultiLabel({required BarcodeImageModel imageModel}) Future<void>
printThermal({required PrintThermalModel printThermalModel}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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