QrCodeService

@Service
class QrCodeService(source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun generateQrCode(text: String, width: Int = 300, height: Int = 300): ByteArray