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