setBarcodeWidth method

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

Implementation

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