gattServerRequests property

  1. @override
Stream<BluetoothGattServerRequest> get gattServerRequests
override

实现 FlutterBluetoothPluginPlatform.gattServerRequests

Web Bluetooth 不支持本地 GATT Server。

Implementation

@override
Stream<BluetoothGattServerRequest> get gattServerRequests {
  return const Stream<BluetoothGattServerRequest>.empty();
}