isPeripheralSupported method

  1. @override
Future<bool> isPeripheralSupported()
override

实现 FlutterBluetoothPluginPlatform.isPeripheralSupported

Web Bluetooth 不支持 BLE 外设/广播模式。

Implementation

@override
Future<bool> isPeripheralSupported() async => false;