mtuUpdates property
实现 FlutterBluetoothPluginPlatform.mtuUpdates。
Web Bluetooth 不公开 MTU 更新。
Implementation
@override
Stream<BluetoothMtuEvent> get mtuUpdates =>
const Stream<BluetoothMtuEvent>.empty();
实现 FlutterBluetoothPluginPlatform.mtuUpdates。
Web Bluetooth 不公开 MTU 更新。
@override
Stream<BluetoothMtuEvent> get mtuUpdates =>
const Stream<BluetoothMtuEvent>.empty();