stopScan method
void
stopScan()
This will attempt to stop scanning for Bluetooth devices.
Implementation
void stopScan() => _instance.stopScan();
This will attempt to stop scanning for Bluetooth devices.
void stopScan() => _instance.stopScan();