BluetoothDevice class

Properties

address String
final
hashCode int
The hash code for this object.
no setterinherited
isConnected bool
no setter
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final

Methods

connect() Future<bool>
disconnect() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBytes({required Uint8List bytes, void progress(int total, int progress)?}) Future<void>
printImage({required Image image, PaperSize paperSize = PaperSize.mm58, void progress(int total, int progress)?}) Future<void>
printPdf({required Uint8List data, int pageNumber = 1, PaperSize paperSize = PaperSize.mm58, void progress(int total, int progress)?}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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