isPeripheralSupported method
实现 FlutterBluetoothPluginPlatform.isPeripheralSupported。
Web Bluetooth 不支持 BLE 外设/广播模式。
Implementation
@override
Future<bool> isPeripheralSupported() async => false;
实现 FlutterBluetoothPluginPlatform.isPeripheralSupported。
Web Bluetooth 不支持 BLE 外设/广播模式。
@override
Future<bool> isPeripheralSupported() async => false;