gattServerRequests property
实现 FlutterBluetoothPluginPlatform.gattServerRequests。
Web Bluetooth 不支持本地 GATT Server。
Implementation
@override
Stream<BluetoothGattServerRequest> get gattServerRequests {
return const Stream<BluetoothGattServerRequest>.empty();
}