PrintHelper class

Constructors

PrintHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
posPrinterRecords Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPrintersList() Future<Map<String, dynamic>>
getPrintSizeMeasures() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printPdf({required Uint8List data, String printerName = "", Map<String, dynamic> pageSettings = const {}}) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

pages Map<String, Map<String, dynamic>>
getter/setter pair