@override Future<List<int>> setBarcodeWidth(int n) async { final version = await methodChannel.invokeMethod('setBarcodeWidth', {'n': n}); return version; }