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