Returns the raw QR code ui.Image object.
Future<ui.Image> toImage(double size) { return toPicture(size).toImage(size.toInt(), size.toInt()); }