printBitmap method
Implementation
Future<void> printBitmap(Uint8List bitmap, PrintBitmapMode mode) async {
throw UnimplementedError('printBitmap() has not been implemented.');
}
Future<void> printBitmap(Uint8List bitmap, PrintBitmapMode mode) async {
throw UnimplementedError('printBitmap() has not been implemented.');
}