getQrCode static method
Retrieves the QR code for a cleared invoice based on the filename
.
This method internally calls _getQrCode
.
Returns the QR code string if successful, otherwise null
.
Implementation
static Future<String?> getQrCode(String filename) async =>
_getQrCode(filename);