stopScan static method
Stops the scan for Bluetooth devices.
Example:
// Stops the scan for Bluetooth Low Energy devices.
await FlutterNewposSdk.stopScan();
Implementation
static Future<void> stopScan() async {
await _stopScan();
}
Stops the scan for Bluetooth devices.
Example:
// Stops the scan for Bluetooth Low Energy devices.
await FlutterNewposSdk.stopScan();
static Future<void> stopScan() async {
await _stopScan();
}