printQRCode method

Future<bool> printQRCode(
  1. String data
)

Print a QR code

Implementation

Future<bool> printQRCode(String data) {
  throw UnimplementedError('printQRCode() has not been implemented.');
}