BluetoothModule class

Constructors

BluetoothModule()

Properties

eventStream Stream
Stream of Bluetooth events (scan results, connection changes, etc.)
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect(String deviceId) Future<void>
connect to a device by ID.
disconnect(String deviceId) Future<void>
disconnect from a device.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scan() Future<void>
Starts scanning for BLE devices.
toString() String
A string representation of this object.
inherited

Operators

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