stopScan method

Future stopScan()

Implementation

Future stopScan() async {
  return await bluetoothPrinterConnector.stopScan();
}