scanQR static method

Future<String?> scanQR()

Implementation

static Future<String?> scanQR() async {
  return await QRScannerUtil().scanQR();
}