setBarCodeHeight method

Future<void> setBarCodeHeight(
  1. int height
)

Implementation

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