setBarcodeHeight method

  1. @override
Future<List<int>> setBarcodeHeight(
  1. int n
)
override

Implementation

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