menu
zyg_flutter_plugin package
documentation
zyg_bluetooth_tool.dart
ZygBluetoothTool
stopScan method
stopScan method
dark_mode
light_mode
stopScan
method
Future
<
void
>
stopScan
(
)
停止扫描
Implementation
Future<void> stopScan() async { isScanning = false; FlutterBluePlus.stopScan(); }
zyg_flutter_plugin package
documentation
zyg_bluetooth_tool
ZygBluetoothTool
stopScan method
ZygBluetoothTool class