isSupported method

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

实现 FlutterBluetoothPluginPlatform.isSupported

Web 端需要安全上下文(HTTPS 或 localhost)且浏览器提供 Web Bluetooth API。

Implementation

@override
Future<bool> isSupported() async => _isWebBluetoothSupported;