MethodChannelWalureAndroidBlt class
An implementation of WalureAndroidBltPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- WalureAndroidBltPlatform
- MethodChannelWalureAndroidBlt
Constructors
Properties
- bltDeviceEvent → EventChannel
-
final
- bltMethodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
-
bluetoothDevices
→ Stream<
List< BluetoothDevice?> ?> -
no setteroverride
-
cachedDevices
↔ List<
BluetoothDevice?> ? -
getter/setter pair
-
deviceCtr
↔ StreamController<
List< BluetoothDevice?> ?> -
getter/setter pair
-
deviceSub
↔ StreamSubscription<
List< ?BluetoothDevice> ?> -
getter/setter pair
- 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?> -
override
-
disconnectDevice(
) → Future< bool?> -
override
-
getDevices(
) → List< BluetoothDevice?> ? -
override
-
initBluetoothPlatform(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanBluetooth(
) → Future< void> -
override
-
stopScanning(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
writeData(
Uint8List? data) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited