reScan method
Implementation
Future<void> reScan() async {
if (isDiscoverFinish) {
this.setState(() {
blueDevices = [];
});
await scan();
}
}
Future<void> reScan() async {
if (isDiscoverFinish) {
this.setState(() {
blueDevices = [];
});
await scan();
}
}