Btprinter class
Constructors
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
-
getBtPermission(
) → Future< String?> -
getPairedDevices(
) → Future< List< Object?> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printBarcode(
List requests, String logicalName, String address) → Future< String?> -
printText(
List requests, String logicalName, String address) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ALIGNMENT_CENTER → const int
- ALIGNMENT_LEFT → const int
- ALIGNMENT_RIGHT → const int
- ATTRIBUTE_BOLD → const int
- ATTRIBUTE_FONT_A → const int
- ATTRIBUTE_FONT_B → const int
- ATTRIBUTE_FONT_C → const int
- ATTRIBUTE_FONT_D → const int
- ATTRIBUTE_NORMAL → const int
- ATTRIBUTE_REVERSE → const int
- ATTRIBUTE_UNDERLINE → const int
- BARCODE_HRI_ABOVE → const int
- BARCODE_HRI_BELOW → const int
- BARCODE_HRI_NONE → const int
- BARCODE_TYPE_Codabar → const int
- BARCODE_TYPE_Code39 → const int
- BARCODE_TYPE_Code93 → const int
- BARCODE_TYPE_Code128 → const int
- BARCODE_TYPE_DATAMATRIX → const int
- BARCODE_TYPE_EAN8 → const int
- BARCODE_TYPE_EAN13 → const int
- BARCODE_TYPE_EAN128 → const int
- BARCODE_TYPE_ITF → const int
- BARCODE_TYPE_MAXICODE → const int
- BARCODE_TYPE_PDF417 → const int
- BARCODE_TYPE_QRCODE → const int
- BARCODE_TYPE_UPCA → const int
- BARCODE_TYPE_UPCE → const int