FlutterBluetoothPrinter class
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
Static Methods
-
disconnect(String address)
→ Future<bool>
-
-
disconnect2(String address)
→ Future<bool>
-
-
printBytes({required String address, required Uint8List data, required bool keepConnected, ProgressCallback? onProgress})
→ Future<void>
-
-
printImage({required String address, required List<int> imageBytes, required int imageWidth, required int imageHeight, PaperSize paperSize = PaperSize.mm58, ProgressCallback? onProgress, int addFeeds = 0, bool useImageRaster = false, required bool keepConnected})
→ Future<void>
-
-
registerWith()
→ void
-
-
selectDevice(BuildContext context)
→ Future<BluetoothDevice?>
-