reScan method

Future<void> reScan()

Implementation

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