isSupported method
实现 FlutterBluetoothPluginPlatform.isSupported。
Web 端需要安全上下文(HTTPS 或 localhost)且浏览器提供 Web Bluetooth API。
Implementation
@override
Future<bool> isSupported() async => _isWebBluetoothSupported;
实现 FlutterBluetoothPluginPlatform.isSupported。
Web 端需要安全上下文(HTTPS 或 localhost)且浏览器提供 Web Bluetooth API。
@override
Future<bool> isSupported() async => _isWebBluetoothSupported;