stopBluetoothScan method

  1. @override
Future<bool> stopBluetoothScan()
override

Implementation

@override
Future<bool> stopBluetoothScan() async {
  return await _channel.invokeMethod(PrinterMethod.stopScanBt.value) ?? false;
}