printBarCodeToBitmapFormat method
Future<void>
printBarCodeToBitmapFormat(
- String barCodeContent,
- int width,
- int height,
- IminBarCodeToBitmapFormat codeFormat,
Implementation
Future<void> printBarCodeToBitmapFormat(String barCodeContent, int width,
int height, IminBarCodeToBitmapFormat codeFormat) {
throw UnimplementedError(
'printBarCodeToBitmapFormat() has not been implemented.');
}