printBarCode method
Implementation
Future<void> printBarCode(
String code, BarCodeType type, int width, int height, int hriPos) async {
throw UnimplementedError('printBarCode() has not been implemented.');
}
Future<void> printBarCode(
String code, BarCodeType type, int width, int height, int hriPos) async {
throw UnimplementedError('printBarCode() has not been implemented.');
}