setBarCodeWidth method

Future<void> setBarCodeWidth(
  1. int width
)

Implementation

Future<void> setBarCodeWidth(int width) {
  throw UnimplementedError('setBarCodeWidth() has not been implemented.');
}