bondState property
实现 FlutterBluetoothPluginPlatform.bondState。
Web Bluetooth 不推送系统配对状态。
Implementation
@override
Stream<BluetoothBondStateEvent> get bondState {
return const Stream<BluetoothBondStateEvent>.empty();
}
实现 FlutterBluetoothPluginPlatform.bondState。
Web Bluetooth 不推送系统配对状态。
@override
Stream<BluetoothBondStateEvent> get bondState {
return const Stream<BluetoothBondStateEvent>.empty();
}