stopScan method

void stopScan()

Implementation

void stopScan() async {
  await _bluetoothManager.stopScan();
}