getQrCode method

Future<String> getQrCode()

Extract the QR Code from the cleared invoice return by Zatca

Implementation

Future<String> getQrCode() async {
  String code = '';
  return code;
}