stopScan method

  1. @override
Future<void> stopScan()
override

实现 FlutterBluetoothPluginPlatform.stopScan

Web 设备选择器无法由网页主动关闭;本方法仅清理本地 selecting 标记。

Implementation

@override
Future<void> stopScan() async {
  _isSelectingDevice = false;
}