WalureAndroidBltPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- WalureAndroidBltPlatform
- Implementers
Constructors
- WalureAndroidBltPlatform()
- Constructs a WalureAndroidBltPlatform.
Properties
-
bluetoothDevices
→ Stream<
List< BluetoothDevice?> ?> -
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
-
connectDevice(
BluetoothDevice? device) → Future< BluetoothDevice?> -
disconnectDevice(
) → Future< bool?> -
getDevices(
) → List< BluetoothDevice?> ? -
initBluetoothPlatform(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanBluetooth(
) → Future< void> -
stopScanning(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
writeData(
Uint8List? data) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ WalureAndroidBltPlatform
-
The default instance of WalureAndroidBltPlatform to use.
getter/setter pair