FlutterBluePlusWindows class

Constructors

FlutterBluePlusWindows()

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

Operators

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

Static Properties

adapterName Future<String>
no setter
adapterState Stream<BluetoothAdapterState>
no setter
bondedDevices Future<List<BluetoothDevice>>
no setter
connectedDevices List<BluetoothDevice>
no setter
isOn Future<bool>
no setter
isScanning Stream<bool>
no setter
isScanningNow bool
no setter
isSupported Future<bool>
no setter
scanResults Stream<List<ScanResult>>
no setter

Static Methods

setLogLevel(LogLevel level, {dynamic color = true}) Future<void>
Sets the internal FlutterBlue log level
startScan({List<Guid> withServices = const [], Duration? timeout, Duration? removeIfGone, bool oneByOne = false, bool androidUsesFineLocation = false}) Future<void>
Start a scan, and return a stream of results
stopScan() Future<void>
Stops a scan for Bluetooth Low Energy devices
turnOff({int timeout = 10}) Future<void>
turnOn({int timeout = 10}) Future<void>