tutorial_scan_QRCode property

String get tutorial_scan_QRCode

Tap to scan QR code

Implementation

String get tutorial_scan_QRCode {
  return Intl.message(
    'Tap to scan QR code',
    name: 'tutorial_scan_QRCode',
    desc: '',
    args: [],
  );
}