bondState property

  1. @override
Stream<BluetoothBondStateEvent> get bondState
override

实现 FlutterBluetoothPluginPlatform.bondState

Web Bluetooth 不推送系统配对状态。

Implementation

@override
Stream<BluetoothBondStateEvent> get bondState {
  return const Stream<BluetoothBondStateEvent>.empty();
}